diff --git a/library/Zend/Cache/Pattern/CallbackCache.php b/library/Zend/Cache/Pattern/CallbackCache.php index fe26293d79e..b0e7db5a008 100644 --- a/library/Zend/Cache/Pattern/CallbackCache.php +++ b/library/Zend/Cache/Pattern/CallbackCache.php @@ -11,7 +11,6 @@ namespace Zend\Cache\Pattern; use Zend\Cache\Exception; -use Zend\Cache\StorageFactory; use Zend\Stdlib\ErrorHandler; /** diff --git a/library/Zend/Cache/Pattern/OutputCache.php b/library/Zend/Cache/Pattern/OutputCache.php index f9aac0a778e..b077a713df6 100644 --- a/library/Zend/Cache/Pattern/OutputCache.php +++ b/library/Zend/Cache/Pattern/OutputCache.php @@ -11,7 +11,6 @@ namespace Zend\Cache\Pattern; use Zend\Cache\Exception; -use Zend\Cache\StorageFactory; /** * @category Zend diff --git a/library/Zend/Cache/Storage/Adapter/AbstractZendServer.php b/library/Zend/Cache/Storage/Adapter/AbstractZendServer.php index d5d9ffc921d..e81c10b03f7 100644 --- a/library/Zend/Cache/Storage/Adapter/AbstractZendServer.php +++ b/library/Zend/Cache/Storage/Adapter/AbstractZendServer.php @@ -10,7 +10,6 @@ namespace Zend\Cache\Storage\Adapter; -use ArrayObject; use stdClass; use Zend\Cache\Exception; use Zend\Cache\Storage\Capabilities; diff --git a/library/Zend/Cache/Storage/Adapter/Apc.php b/library/Zend/Cache/Storage/Adapter/Apc.php index 939fb588d09..6b8f29500c6 100644 --- a/library/Zend/Cache/Storage/Adapter/Apc.php +++ b/library/Zend/Cache/Storage/Adapter/Apc.php @@ -11,7 +11,6 @@ namespace Zend\Cache\Storage\Adapter; use APCIterator as BaseApcIterator; -use ArrayObject; use stdClass; use Traversable; use Zend\Cache\Exception; diff --git a/library/Zend/Cache/Storage/Adapter/Filesystem.php b/library/Zend/Cache/Storage/Adapter/Filesystem.php index 2c1a1fe64c1..41f69c64841 100644 --- a/library/Zend/Cache/Storage/Adapter/Filesystem.php +++ b/library/Zend/Cache/Storage/Adapter/Filesystem.php @@ -10,7 +10,6 @@ namespace Zend\Cache\Storage\Adapter; -use ArrayObject; use Exception as BaseException; use GlobIterator; use stdClass; @@ -24,7 +23,6 @@ use Zend\Cache\Storage\FlushableInterface; use Zend\Cache\Storage\IterableInterface; use Zend\Cache\Storage\OptimizableInterface; -use Zend\Cache\Storage\StorageInterface; use Zend\Cache\Storage\TaggableInterface; use Zend\Cache\Storage\TotalSpaceCapableInterface; use Zend\Stdlib\ErrorHandler; diff --git a/library/Zend/Cache/Storage/Adapter/Memcached.php b/library/Zend/Cache/Storage/Adapter/Memcached.php index e3e7a1a1341..4fcb8058b39 100644 --- a/library/Zend/Cache/Storage/Adapter/Memcached.php +++ b/library/Zend/Cache/Storage/Adapter/Memcached.php @@ -10,7 +10,6 @@ namespace Zend\Cache\Storage\Adapter; -use ArrayObject; use Memcached as MemcachedResource; use stdClass; use Traversable; diff --git a/library/Zend/Cache/Storage/Adapter/Memory.php b/library/Zend/Cache/Storage/Adapter/Memory.php index ba462e71773..25251623d27 100644 --- a/library/Zend/Cache/Storage/Adapter/Memory.php +++ b/library/Zend/Cache/Storage/Adapter/Memory.php @@ -10,7 +10,6 @@ namespace Zend\Cache\Storage\Adapter; -use ArrayObject; use stdClass; use Zend\Cache\Exception; use Zend\Cache\Storage\AvailableSpaceCapableInterface; diff --git a/library/Zend/Cache/Storage/Adapter/WinCache.php b/library/Zend/Cache/Storage/Adapter/WinCache.php index bfe8bf9af3f..42910e1de37 100644 --- a/library/Zend/Cache/Storage/Adapter/WinCache.php +++ b/library/Zend/Cache/Storage/Adapter/WinCache.php @@ -10,7 +10,6 @@ namespace Zend\Cache\Storage\Adapter; -use ArrayObject; use stdClass; use Traversable; use Zend\Cache\Exception; diff --git a/library/Zend/Cache/Storage/Adapter/WinCacheOptions.php b/library/Zend/Cache/Storage/Adapter/WinCacheOptions.php index 32569a62856..5b6333a43ec 100644 --- a/library/Zend/Cache/Storage/Adapter/WinCacheOptions.php +++ b/library/Zend/Cache/Storage/Adapter/WinCacheOptions.php @@ -10,7 +10,6 @@ namespace Zend\Cache\Storage\Adapter; -use Zend\Cache\Exception; /** * These are options specific to the APC adapter diff --git a/library/Zend/Cache/Storage/Adapter/ZendServerDisk.php b/library/Zend/Cache/Storage/Adapter/ZendServerDisk.php index 82c09feb5d8..b8ca64851b5 100644 --- a/library/Zend/Cache/Storage/Adapter/ZendServerDisk.php +++ b/library/Zend/Cache/Storage/Adapter/ZendServerDisk.php @@ -10,7 +10,6 @@ namespace Zend\Cache\Storage\Adapter; -use ArrayObject; use Zend\Cache\Exception; use Zend\Cache\Storage\AvailableSpaceCapableInterface; use Zend\Cache\Storage\ClearByNamespaceInterface; diff --git a/library/Zend/Cache/Storage/Adapter/ZendServerShm.php b/library/Zend/Cache/Storage/Adapter/ZendServerShm.php index d20b6c99555..019ae597349 100644 --- a/library/Zend/Cache/Storage/Adapter/ZendServerShm.php +++ b/library/Zend/Cache/Storage/Adapter/ZendServerShm.php @@ -10,7 +10,6 @@ namespace Zend\Cache\Storage\Adapter; -use ArrayObject; use Zend\Cache\Exception; use Zend\Cache\Storage\ClearByNamespaceInterface; use Zend\Cache\Storage\FlushableInterface; diff --git a/library/Zend/Cache/Storage/Plugin/ClearExpiredByFactor.php b/library/Zend/Cache/Storage/Plugin/ClearExpiredByFactor.php index 0fdbec2ea50..70bebd72120 100644 --- a/library/Zend/Cache/Storage/Plugin/ClearExpiredByFactor.php +++ b/library/Zend/Cache/Storage/Plugin/ClearExpiredByFactor.php @@ -10,11 +10,9 @@ namespace Zend\Cache\Storage\Plugin; -use Traversable; use Zend\Cache\Exception; use Zend\Cache\Storage\ClearExpiredInterface; use Zend\Cache\Storage\PostEvent; -use Zend\Cache\Storage\StorageInterface; use Zend\EventManager\EventManagerInterface; /** diff --git a/library/Zend/Cache/Storage/Plugin/ExceptionHandler.php b/library/Zend/Cache/Storage/Plugin/ExceptionHandler.php index b70fdd85c00..d85b135d5d4 100644 --- a/library/Zend/Cache/Storage/Plugin/ExceptionHandler.php +++ b/library/Zend/Cache/Storage/Plugin/ExceptionHandler.php @@ -10,7 +10,6 @@ namespace Zend\Cache\Storage\Plugin; -use Traversable; use Zend\Cache\Exception; use Zend\Cache\Storage\ExceptionEvent; use Zend\EventManager\EventManagerInterface; diff --git a/library/Zend/Cache/Storage/Plugin/OptimizeByFactor.php b/library/Zend/Cache/Storage/Plugin/OptimizeByFactor.php index aa09ae1de8c..1d9582b295a 100644 --- a/library/Zend/Cache/Storage/Plugin/OptimizeByFactor.php +++ b/library/Zend/Cache/Storage/Plugin/OptimizeByFactor.php @@ -10,7 +10,6 @@ namespace Zend\Cache\Storage\Plugin; -use Traversable; use Zend\Cache\Exception; use Zend\Cache\Storage\OptimizableInterface; use Zend\Cache\Storage\PostEvent; diff --git a/library/Zend/Cache/Storage/Plugin/Serializer.php b/library/Zend/Cache/Storage/Plugin/Serializer.php index c90d860770d..93b0ad446ec 100644 --- a/library/Zend/Cache/Storage/Plugin/Serializer.php +++ b/library/Zend/Cache/Storage/Plugin/Serializer.php @@ -11,7 +11,6 @@ namespace Zend\Cache\Storage\Plugin; use stdClass; -use Traversable; use Zend\Cache\Exception; use Zend\Cache\Storage\Capabilities; use Zend\Cache\Storage\Event; diff --git a/library/Zend/Captcha/ReCaptcha.php b/library/Zend/Captcha/ReCaptcha.php index cc61a34bdd1..d87f1c8a613 100644 --- a/library/Zend/Captcha/ReCaptcha.php +++ b/library/Zend/Captcha/ReCaptcha.php @@ -11,7 +11,6 @@ namespace Zend\Captcha; use Traversable; -use Zend\Form\Element; use ZendService\ReCaptcha\ReCaptcha as ReCaptchaService; /** diff --git a/library/Zend/Code/Reflection/DocBlockReflection.php b/library/Zend/Code/Reflection/DocBlockReflection.php index 5dc7c4c0183..bed98a9c51c 100644 --- a/library/Zend/Code/Reflection/DocBlockReflection.php +++ b/library/Zend/Code/Reflection/DocBlockReflection.php @@ -11,7 +11,6 @@ namespace Zend\Code\Reflection; use Reflector; -use Zend\Code\Annotation\AnnotationManager; use Zend\Code\Scanner\DocBlockScanner; /** diff --git a/library/Zend/Code/Scanner/ClassScanner.php b/library/Zend/Code/Scanner/ClassScanner.php index 000b6346bd0..241cf868021 100644 --- a/library/Zend/Code/Scanner/ClassScanner.php +++ b/library/Zend/Code/Scanner/ClassScanner.php @@ -10,7 +10,6 @@ namespace Zend\Code\Scanner; -use Zend\Code\Annotation\AnnotationManager; use Zend\Code\Exception; use Zend\Code\NameInformation; diff --git a/library/Zend/Config/Config.php b/library/Zend/Config/Config.php index 11ec75990f3..9456ca774fd 100644 --- a/library/Zend/Config/Config.php +++ b/library/Zend/Config/Config.php @@ -13,7 +13,6 @@ use ArrayAccess; use Countable; use Iterator; -use Zend\Stdlib\ArrayUtils; /** * Provides a property based interface to an array. diff --git a/library/Zend/Crypt/Password/Bcrypt.php b/library/Zend/Crypt/Password/Bcrypt.php index b80ab500cfe..22411ffefc4 100644 --- a/library/Zend/Crypt/Password/Bcrypt.php +++ b/library/Zend/Crypt/Password/Bcrypt.php @@ -11,7 +11,6 @@ namespace Zend\Crypt\Password; use Traversable; -use Zend\Math\Exception as MathException; use Zend\Math\Rand; use Zend\Stdlib\ArrayUtils; diff --git a/library/Zend/Crypt/PublicKey/RsaOptions.php b/library/Zend/Crypt/PublicKey/RsaOptions.php index 75613f0c06e..45957a85aca 100644 --- a/library/Zend/Crypt/PublicKey/RsaOptions.php +++ b/library/Zend/Crypt/PublicKey/RsaOptions.php @@ -10,10 +10,8 @@ namespace Zend\Crypt\PublicKey; -use Traversable; use Zend\Crypt\PublicKey\Rsa\Exception; use Zend\Stdlib\AbstractOptions; -use Zend\Stdlib\ArrayUtils; /** * RSA instance options diff --git a/library/Zend/Db/Adapter/Driver/Pdo/Connection.php b/library/Zend/Db/Adapter/Driver/Pdo/Connection.php index dd5679426a2..80d840f43d9 100644 --- a/library/Zend/Db/Adapter/Driver/Pdo/Connection.php +++ b/library/Zend/Db/Adapter/Driver/Pdo/Connection.php @@ -11,7 +11,6 @@ namespace Zend\Db\Adapter\Driver\Pdo; use Zend\Db\Adapter\Driver\ConnectionInterface; -use Zend\Db\Adapter\Driver\DriverInterface; use Zend\Db\Adapter\Exception; /** diff --git a/library/Zend/Db/Adapter/Driver/StatementInterface.php b/library/Zend/Db/Adapter/Driver/StatementInterface.php index 63461ac89d9..36c2247e762 100644 --- a/library/Zend/Db/Adapter/Driver/StatementInterface.php +++ b/library/Zend/Db/Adapter/Driver/StatementInterface.php @@ -11,7 +11,6 @@ namespace Zend\Db\Adapter\Driver; use Zend\Db\Adapter\StatementContainerInterface; -use Zend\Db\Adapter\ParameterContainer; /** * @category Zend diff --git a/library/Zend/Db/Metadata/Metadata.php b/library/Zend/Db/Metadata/Metadata.php index 1ef4808a41c..37b47a0ae05 100644 --- a/library/Zend/Db/Metadata/Metadata.php +++ b/library/Zend/Db/Metadata/Metadata.php @@ -11,7 +11,6 @@ namespace Zend\Db\Metadata; use Zend\Db\Adapter\Adapter; -use Zend\Db\Adapter\Driver; /** * @category Zend diff --git a/library/Zend/Db/Metadata/Source/MysqlMetadata.php b/library/Zend/Db/Metadata/Source/MysqlMetadata.php index 46bd12cb306..130fa17bc1f 100644 --- a/library/Zend/Db/Metadata/Source/MysqlMetadata.php +++ b/library/Zend/Db/Metadata/Source/MysqlMetadata.php @@ -11,7 +11,6 @@ namespace Zend\Db\Metadata\Source; use Zend\Db\Adapter\Adapter; -use Zend\Db\Metadata\Object; /** * @category Zend diff --git a/library/Zend/Db/Metadata/Source/PostgresqlMetadata.php b/library/Zend/Db/Metadata/Source/PostgresqlMetadata.php index 6c92b0c2ccb..86292ae0a9d 100644 --- a/library/Zend/Db/Metadata/Source/PostgresqlMetadata.php +++ b/library/Zend/Db/Metadata/Source/PostgresqlMetadata.php @@ -11,7 +11,6 @@ namespace Zend\Db\Metadata\Source; use Zend\Db\Adapter\Adapter; -use Zend\Db\Metadata\Object; /** * @category Zend diff --git a/library/Zend/Db/Metadata/Source/SqlServerMetadata.php b/library/Zend/Db/Metadata/Source/SqlServerMetadata.php index aea2303e700..5296f99d0ed 100644 --- a/library/Zend/Db/Metadata/Source/SqlServerMetadata.php +++ b/library/Zend/Db/Metadata/Source/SqlServerMetadata.php @@ -11,7 +11,6 @@ namespace Zend\Db\Metadata\Source; use Zend\Db\Adapter\Adapter; -use Zend\Db\Metadata\Object; /** * @category Zend diff --git a/library/Zend/Db/Metadata/Source/SqliteMetadata.php b/library/Zend/Db/Metadata/Source/SqliteMetadata.php index 9fd6cfb1514..697c5ee58b1 100644 --- a/library/Zend/Db/Metadata/Source/SqliteMetadata.php +++ b/library/Zend/Db/Metadata/Source/SqliteMetadata.php @@ -11,7 +11,6 @@ namespace Zend\Db\Metadata\Source; use Zend\Db\Adapter\Adapter; -use Zend\Db\Metadata\Object; use Zend\Db\ResultSet\ResultSetInterface; /** diff --git a/library/Zend/Db/RowGateway/AbstractRowGateway.php b/library/Zend/Db/RowGateway/AbstractRowGateway.php index e9442b92008..4c48e0d10c8 100644 --- a/library/Zend/Db/RowGateway/AbstractRowGateway.php +++ b/library/Zend/Db/RowGateway/AbstractRowGateway.php @@ -12,7 +12,6 @@ use ArrayAccess; use Countable; -use Zend\Db\Adapter\Adapter; use Zend\Db\Sql\Sql; use Zend\Db\Sql\TableIdentifier; diff --git a/library/Zend/Db/Sql/Having.php b/library/Zend/Db/Sql/Having.php index 0d9438e4d66..c49c4084487 100644 --- a/library/Zend/Db/Sql/Having.php +++ b/library/Zend/Db/Sql/Having.php @@ -11,9 +11,6 @@ namespace Zend\Db\Sql; use Zend\Db\Adapter\Adapter; -use Zend\Db\Adapter\Driver\StatementInterface; -use Zend\Db\Adapter\Platform\PlatformInterface; -use Zend\Db\Adapter\Platform\Sql92; /** * @category Zend diff --git a/library/Zend/Db/Sql/Where.php b/library/Zend/Db/Sql/Where.php index d0d2673cd9f..14fc99a2152 100644 --- a/library/Zend/Db/Sql/Where.php +++ b/library/Zend/Db/Sql/Where.php @@ -11,9 +11,6 @@ namespace Zend\Db\Sql; use Zend\Db\Adapter\Adapter; -use Zend\Db\Adapter\Driver\StatementInterface; -use Zend\Db\Adapter\Platform\PlatformInterface; -use Zend\Db\Adapter\Platform\Sql92; /** * @category Zend diff --git a/library/Zend/Db/TableGateway/Feature/EventFeature.php b/library/Zend/Db/TableGateway/Feature/EventFeature.php index f16636eb3d3..2fd5c745c63 100644 --- a/library/Zend/Db/TableGateway/Feature/EventFeature.php +++ b/library/Zend/Db/TableGateway/Feature/EventFeature.php @@ -17,7 +17,6 @@ use Zend\Db\Sql\Insert; use Zend\Db\Sql\Select; use Zend\Db\Sql\Update; -use Zend\Db\TableGateway\Exception; use Zend\EventManager\EventManager; use Zend\EventManager\EventManagerInterface; use Zend\EventManager\EventsCapableInterface; diff --git a/library/Zend/Dom/Query.php b/library/Zend/Dom/Query.php index b135e3edb1f..7c37a016385 100644 --- a/library/Zend/Dom/Query.php +++ b/library/Zend/Dom/Query.php @@ -11,7 +11,6 @@ namespace Zend\Dom; use DOMDocument; -use DOMNodeList; use DOMXPath; /** diff --git a/library/Zend/EventManager/EventManagerInterface.php b/library/Zend/EventManager/EventManagerInterface.php index bd9e8fd2a86..7fa1b12c641 100644 --- a/library/Zend/EventManager/EventManagerInterface.php +++ b/library/Zend/EventManager/EventManagerInterface.php @@ -10,7 +10,6 @@ namespace Zend\EventManager; -use ArrayObject; use Traversable; use Zend\Stdlib\CallbackHandler; diff --git a/library/Zend/EventManager/GlobalEventManager.php b/library/Zend/EventManager/GlobalEventManager.php index 332e0c3d837..25130d9e38b 100644 --- a/library/Zend/EventManager/GlobalEventManager.php +++ b/library/Zend/EventManager/GlobalEventManager.php @@ -10,7 +10,6 @@ namespace Zend\EventManager; -use ArrayObject; use Zend\Stdlib\CallbackHandler; use Zend\Stdlib\PriorityQueue; diff --git a/library/Zend/EventManager/StaticEventManager.php b/library/Zend/EventManager/StaticEventManager.php index f09f11d7a59..99d08b28c50 100644 --- a/library/Zend/EventManager/StaticEventManager.php +++ b/library/Zend/EventManager/StaticEventManager.php @@ -10,7 +10,6 @@ namespace Zend\EventManager; -use Zend\Stdlib\CallbackHandler; /** * Static version of EventManager diff --git a/library/Zend/Feed/Reader/Extension/DublinCore/Entry.php b/library/Zend/Feed/Reader/Extension/DublinCore/Entry.php index f446c25d12b..0f728b6a3e9 100644 --- a/library/Zend/Feed/Reader/Extension/DublinCore/Entry.php +++ b/library/Zend/Feed/Reader/Extension/DublinCore/Entry.php @@ -11,7 +11,6 @@ namespace Zend\Feed\Reader\Extension\DublinCore; use DateTime; -use DOMElement; use Zend\Feed\Reader; use Zend\Feed\Reader\Collection; use Zend\Feed\Reader\Extension; diff --git a/library/Zend/Feed/Reader/ExtensionManager.php b/library/Zend/Feed/Reader/ExtensionManager.php index a655b3c2e5b..56c2f8cf64f 100644 --- a/library/Zend/Feed/Reader/ExtensionManager.php +++ b/library/Zend/Feed/Reader/ExtensionManager.php @@ -11,7 +11,6 @@ namespace Zend\Feed\Reader; use Zend\ServiceManager\AbstractPluginManager; -use Zend\ServiceManager\ConfigInterface; /** * Plugin manager implementation for feed reader extensions diff --git a/library/Zend/Feed/Writer/ExtensionManager.php b/library/Zend/Feed/Writer/ExtensionManager.php index 3af525af513..24ec09f3aa4 100644 --- a/library/Zend/Feed/Writer/ExtensionManager.php +++ b/library/Zend/Feed/Writer/ExtensionManager.php @@ -11,7 +11,6 @@ namespace Zend\Feed\Writer; use Zend\ServiceManager\AbstractPluginManager; -use Zend\ServiceManager\ConfigInterface; /** * Plugin manager implementation for feed writer extensions diff --git a/library/Zend/Feed/Writer/Feed.php b/library/Zend/Feed/Writer/Feed.php index 3afc5507b14..7c63bb03092 100644 --- a/library/Zend/Feed/Writer/Feed.php +++ b/library/Zend/Feed/Writer/Feed.php @@ -11,7 +11,6 @@ namespace Zend\Feed\Writer; use Countable; -use DateTime; use Iterator; use Zend\Feed\Writer\Renderer; diff --git a/library/Zend/Filter/AbstractFilter.php b/library/Zend/Filter/AbstractFilter.php index 9aece4810dc..2a53d73a054 100644 --- a/library/Zend/Filter/AbstractFilter.php +++ b/library/Zend/Filter/AbstractFilter.php @@ -11,7 +11,6 @@ namespace Zend\Filter; use Traversable; -use Zend\Stdlib\ArrayUtils; use Zend\Stdlib\ErrorHandler; /** diff --git a/library/Zend/Filter/Null.php b/library/Zend/Filter/Null.php index 31728e6a0a4..2cb7efd3117 100644 --- a/library/Zend/Filter/Null.php +++ b/library/Zend/Filter/Null.php @@ -11,7 +11,6 @@ namespace Zend\Filter; use Traversable; -use Zend\Stdlib\ArrayUtils; /** * @category Zend diff --git a/library/Zend/Filter/PregReplace.php b/library/Zend/Filter/PregReplace.php index 54e35ddb746..cd011510bfa 100644 --- a/library/Zend/Filter/PregReplace.php +++ b/library/Zend/Filter/PregReplace.php @@ -11,7 +11,6 @@ namespace Zend\Filter; use Traversable; -use Zend\Stdlib\ArrayUtils; /** * @category Zend diff --git a/library/Zend/Filter/StringTrim.php b/library/Zend/Filter/StringTrim.php index 10be795ef47..5d84fe7f324 100644 --- a/library/Zend/Filter/StringTrim.php +++ b/library/Zend/Filter/StringTrim.php @@ -11,7 +11,6 @@ namespace Zend\Filter; use Traversable; -use Zend\Stdlib\ArrayUtils; /** * @category Zend diff --git a/library/Zend/Form/Annotation/Object.php b/library/Zend/Form/Annotation/Object.php index b72859bcfed..6494856611b 100644 --- a/library/Zend/Form/Annotation/Object.php +++ b/library/Zend/Form/Annotation/Object.php @@ -21,7 +21,6 @@ namespace Zend\Form\Annotation; -use Zend\Form\Exception\UnexpectedValueException; /** * Object annotation diff --git a/library/Zend/Form/Element/Checkbox.php b/library/Zend/Form/Element/Checkbox.php index 795173800a5..460b3555ea7 100644 --- a/library/Zend/Form/Element/Checkbox.php +++ b/library/Zend/Form/Element/Checkbox.php @@ -23,7 +23,6 @@ use Traversable; use Zend\Form\Element; -use Zend\Form\Exception; use Zend\InputFilter\InputProviderInterface; use Zend\Validator\InArray as InArrayValidator; use Zend\Validator\ValidatorInterface; diff --git a/library/Zend/Form/Element/Collection.php b/library/Zend/Form/Element/Collection.php index b8544d81718..99ec3943bb8 100644 --- a/library/Zend/Form/Element/Collection.php +++ b/library/Zend/Form/Element/Collection.php @@ -18,7 +18,6 @@ use Zend\Form\FieldsetInterface; use Zend\Form\FieldsetPrepareAwareInterface; use Zend\Form\Form; -use Zend\InputFilter\InputFilterProviderInterface; use Zend\Stdlib\ArrayUtils; /** diff --git a/library/Zend/Form/Element/Date.php b/library/Zend/Form/Element/Date.php index 995e5c86049..851da2dc09e 100644 --- a/library/Zend/Form/Element/Date.php +++ b/library/Zend/Form/Element/Date.php @@ -12,7 +12,6 @@ use Zend\Form\Element; use Zend\Form\Element\DateTime as DateTimeElement; -use Zend\InputFilter\InputProviderInterface; use Zend\Validator\Date as DateValidator; use Zend\Validator\DateStep as DateStepValidator; use Zend\Validator\ValidatorInterface; diff --git a/library/Zend/Form/Element/DateTime.php b/library/Zend/Form/Element/DateTime.php index f3a2aca35e6..76166988375 100644 --- a/library/Zend/Form/Element/DateTime.php +++ b/library/Zend/Form/Element/DateTime.php @@ -18,7 +18,6 @@ use Zend\Validator\DateStep as DateStepValidator; use Zend\Validator\GreaterThan as GreaterThanValidator; use Zend\Validator\LessThan as LessThanValidator; -use Zend\Validator\ValidatorInterface; /** * @category Zend diff --git a/library/Zend/Form/Element/DateTimeLocal.php b/library/Zend/Form/Element/DateTimeLocal.php index 7c50e2b6a60..3365ae5e818 100644 --- a/library/Zend/Form/Element/DateTimeLocal.php +++ b/library/Zend/Form/Element/DateTimeLocal.php @@ -11,7 +11,6 @@ namespace Zend\Form\Element; use Zend\Form\Element; -use Zend\InputFilter\InputProviderInterface; use Zend\Validator\DateStep as DateStepValidator; use Zend\Validator\ValidatorInterface; diff --git a/library/Zend/Form/Element/Month.php b/library/Zend/Form/Element/Month.php index 115460dea5e..7da85b544f8 100644 --- a/library/Zend/Form/Element/Month.php +++ b/library/Zend/Form/Element/Month.php @@ -11,7 +11,6 @@ namespace Zend\Form\Element; use Zend\Form\Element; -use Zend\InputFilter\InputProviderInterface; use Zend\Validator\DateStep as DateStepValidator; use Zend\Validator\Regex as RegexValidator; use Zend\Validator\ValidatorInterface; diff --git a/library/Zend/Form/Element/Time.php b/library/Zend/Form/Element/Time.php index 1b6c3140fee..50883680741 100644 --- a/library/Zend/Form/Element/Time.php +++ b/library/Zend/Form/Element/Time.php @@ -11,7 +11,6 @@ namespace Zend\Form\Element; use Zend\Form\Element; -use Zend\InputFilter\InputProviderInterface; use Zend\Validator\Date as DateValidator; use Zend\Validator\DateStep as DateStepValidator; use Zend\Validator\ValidatorInterface; diff --git a/library/Zend/Form/Element/Week.php b/library/Zend/Form/Element/Week.php index 2f8cc5641de..0dd23617f45 100644 --- a/library/Zend/Form/Element/Week.php +++ b/library/Zend/Form/Element/Week.php @@ -11,7 +11,6 @@ namespace Zend\Form\Element; use Zend\Form\Element; -use Zend\InputFilter\InputProviderInterface; use Zend\Validator\DateStep as DateStepValidator; use Zend\Validator\Regex as RegexValidator; use Zend\Validator\ValidatorInterface; diff --git a/library/Zend/Form/Form.php b/library/Zend/Form/Form.php index 99ce477720d..3cff8ebf013 100644 --- a/library/Zend/Form/Form.php +++ b/library/Zend/Form/Form.php @@ -10,7 +10,6 @@ namespace Zend\Form; -use IteratorAggregate; use Traversable; use Zend\Form\Element\Collection; use Zend\Form\Exception; diff --git a/library/Zend/Form/FormInterface.php b/library/Zend/Form/FormInterface.php index 1574812d408..2d6c174c34d 100644 --- a/library/Zend/Form/FormInterface.php +++ b/library/Zend/Form/FormInterface.php @@ -10,7 +10,6 @@ namespace Zend\Form; -use IteratorAggregate; use Zend\InputFilter\InputFilterInterface; /** diff --git a/library/Zend/Form/View/Helper/Captcha/AbstractWord.php b/library/Zend/Form/View/Helper/Captcha/AbstractWord.php index 30c127a46ab..e72db9602b6 100644 --- a/library/Zend/Form/View/Helper/Captcha/AbstractWord.php +++ b/library/Zend/Form/View/Helper/Captcha/AbstractWord.php @@ -10,7 +10,6 @@ namespace Zend\Form\View\Helper\Captcha; -use Traversable; use Zend\Captcha\AdapterInterface as CaptchaAdapter; use Zend\Form\ElementInterface; use Zend\Form\Exception; diff --git a/library/Zend/Form/View/Helper/Captcha/ReCaptcha.php b/library/Zend/Form/View/Helper/Captcha/ReCaptcha.php index f4c3f9ad911..1adaba7bb60 100644 --- a/library/Zend/Form/View/Helper/Captcha/ReCaptcha.php +++ b/library/Zend/Form/View/Helper/Captcha/ReCaptcha.php @@ -10,7 +10,6 @@ namespace Zend\Form\View\Helper\Captcha; -use Traversable; use Zend\Captcha\ReCaptcha as CaptchaAdapter; use Zend\Form\ElementInterface; use Zend\Form\Exception; diff --git a/library/Zend/Form/View/Helper/FormCheckbox.php b/library/Zend/Form/View/Helper/FormCheckbox.php index d00dec9f988..c41f3998f01 100644 --- a/library/Zend/Form/View/Helper/FormCheckbox.php +++ b/library/Zend/Form/View/Helper/FormCheckbox.php @@ -10,7 +10,6 @@ namespace Zend\Form\View\Helper; -use Traversable; use Zend\Form\ElementInterface; use Zend\Form\Element\Checkbox as CheckboxElement; use Zend\Form\Exception; diff --git a/library/Zend/Form/View/Helper/FormMultiCheckbox.php b/library/Zend/Form/View/Helper/FormMultiCheckbox.php index 95a8adcfac6..5190895f38e 100644 --- a/library/Zend/Form/View/Helper/FormMultiCheckbox.php +++ b/library/Zend/Form/View/Helper/FormMultiCheckbox.php @@ -10,7 +10,6 @@ namespace Zend\Form\View\Helper; -use Traversable; use Zend\Form\ElementInterface; use Zend\Form\Element\MultiCheckbox as MultiCheckboxElement; use Zend\Form\Exception; diff --git a/library/Zend/Form/View/Helper/FormSelect.php b/library/Zend/Form/View/Helper/FormSelect.php index 457be9136f4..dcd9eea6616 100644 --- a/library/Zend/Form/View/Helper/FormSelect.php +++ b/library/Zend/Form/View/Helper/FormSelect.php @@ -10,7 +10,6 @@ namespace Zend\Form\View\Helper; -use Traversable; use Zend\Form\ElementInterface; use Zend\Form\Element\Select as SelectElement; use Zend\Form\Exception; diff --git a/library/Zend/Http/Header/Cookie.php b/library/Zend/Http/Header/Cookie.php index 4125adb8aad..ab98a29bcc0 100644 --- a/library/Zend/Http/Header/Cookie.php +++ b/library/Zend/Http/Header/Cookie.php @@ -11,7 +11,6 @@ namespace Zend\Http\Header; use ArrayObject; -use Zend\Uri; /** * @see http://www.ietf.org/rfc/rfc2109.txt diff --git a/library/Zend/Http/Header/Location.php b/library/Zend/Http/Header/Location.php index 03aed0b3a13..bc645c0304f 100644 --- a/library/Zend/Http/Header/Location.php +++ b/library/Zend/Http/Header/Location.php @@ -10,7 +10,6 @@ namespace Zend\Http\Header; -use Zend\Uri\Http as HttpUri; /** * Location Header diff --git a/library/Zend/I18n/Filter/Alnum.php b/library/Zend/I18n/Filter/Alnum.php index 305e767d6ce..5fb702d44f4 100644 --- a/library/Zend/I18n/Filter/Alnum.php +++ b/library/Zend/I18n/Filter/Alnum.php @@ -12,7 +12,6 @@ use Locale; use Traversable; -use Zend\Stdlib\ArrayUtils; /** * @category Zend diff --git a/library/Zend/I18n/Validator/Alpha.php b/library/Zend/I18n/Validator/Alpha.php index 4dfdd1395f1..110bcbb2963 100644 --- a/library/Zend/I18n/Validator/Alpha.php +++ b/library/Zend/I18n/Validator/Alpha.php @@ -11,7 +11,6 @@ namespace Zend\I18n\Validator; use Zend\I18n\Filter\Alpha as AlphaFilter; -use Zend\Validator\AbstractValidator; /** * @category Zend diff --git a/library/Zend/Log/Filter/SuppressFilter.php b/library/Zend/Log/Filter/SuppressFilter.php index be41d73b6b4..bd7f1d3de3b 100644 --- a/library/Zend/Log/Filter/SuppressFilter.php +++ b/library/Zend/Log/Filter/SuppressFilter.php @@ -10,7 +10,6 @@ namespace Zend\Log\Filter; -use Zend\Log\Exception; /** * @category Zend diff --git a/library/Zend/Log/Formatter/Base.php b/library/Zend/Log/Formatter/Base.php index 950fdcd9372..a495dfd31db 100644 --- a/library/Zend/Log/Formatter/Base.php +++ b/library/Zend/Log/Formatter/Base.php @@ -12,7 +12,6 @@ use DateTime; use Traversable; -use Zend\Log\Exception; /** * @category Zend diff --git a/library/Zend/Log/Formatter/Db.php b/library/Zend/Log/Formatter/Db.php index 6f8a45d2fad..ec31b1ad630 100644 --- a/library/Zend/Log/Formatter/Db.php +++ b/library/Zend/Log/Formatter/Db.php @@ -11,7 +11,6 @@ namespace Zend\Log\Formatter; use DateTime; -use Zend\Log\Exception; /** * @category Zend diff --git a/library/Zend/Log/Formatter/ErrorHandler.php b/library/Zend/Log/Formatter/ErrorHandler.php index 2bca2ea6a8e..f8c741518bb 100644 --- a/library/Zend/Log/Formatter/ErrorHandler.php +++ b/library/Zend/Log/Formatter/ErrorHandler.php @@ -11,7 +11,6 @@ namespace Zend\Log\Formatter; use DateTime; -use Zend\Log\Exception; /** * @category Zend diff --git a/library/Zend/Mail/Header/MessageId.php b/library/Zend/Mail/Header/MessageId.php index d8c8edcef79..852a4c1c3df 100644 --- a/library/Zend/Mail/Header/MessageId.php +++ b/library/Zend/Mail/Header/MessageId.php @@ -10,7 +10,6 @@ namespace Zend\Mail\Header; -use Zend\Mail\Headers; /** * @category Zend diff --git a/library/Zend/Mail/Storage/Part/File.php b/library/Zend/Mail/Storage/Part/File.php index 7487d48aa6a..a251a3fb976 100644 --- a/library/Zend/Mail/Storage/Part/File.php +++ b/library/Zend/Mail/Storage/Part/File.php @@ -12,7 +12,6 @@ use Zend\Mail\Headers; use Zend\Mail\Storage\Part; -use Zend\Mime; /** * @category Zend diff --git a/library/Zend/ModuleManager/Listener/ConfigListener.php b/library/Zend/ModuleManager/Listener/ConfigListener.php index 95408b8e3e2..3baaf69ccdc 100644 --- a/library/Zend/ModuleManager/Listener/ConfigListener.php +++ b/library/Zend/ModuleManager/Listener/ConfigListener.php @@ -10,7 +10,6 @@ namespace Zend\ModuleManager\Listener; -use ArrayAccess; use Traversable; use Zend\Config\Config; use Zend\Config\Factory as ConfigFactory; diff --git a/library/Zend/Mvc/Controller/AbstractRestfulController.php b/library/Zend/Mvc/Controller/AbstractRestfulController.php index 6086ccb3f48..7c72cfe70e4 100644 --- a/library/Zend/Mvc/Controller/AbstractRestfulController.php +++ b/library/Zend/Mvc/Controller/AbstractRestfulController.php @@ -10,7 +10,6 @@ namespace Zend\Mvc\Controller; -use Zend\Http\PhpEnvironment\Response as HttpResponse; use Zend\Http\Request as HttpRequest; use Zend\Mvc\Exception; use Zend\Mvc\MvcEvent; diff --git a/library/Zend/Mvc/Controller/Plugin/Redirect.php b/library/Zend/Mvc/Controller/Plugin/Redirect.php index 9f4ca9ec809..dfaf8db1ad6 100644 --- a/library/Zend/Mvc/Controller/Plugin/Redirect.php +++ b/library/Zend/Mvc/Controller/Plugin/Redirect.php @@ -14,7 +14,6 @@ use Zend\Mvc\Exception; use Zend\Mvc\InjectApplicationEventInterface; use Zend\Mvc\MvcEvent; -use Zend\Mvc\Router\RouteStackInterface; /** * @todo allow specifying status code as a default, or as an option to methods diff --git a/library/Zend/Mvc/DispatchListener.php b/library/Zend/Mvc/DispatchListener.php index 86ece8cafd6..ca4b74992b9 100644 --- a/library/Zend/Mvc/DispatchListener.php +++ b/library/Zend/Mvc/DispatchListener.php @@ -17,7 +17,6 @@ use Zend\ServiceManager\Exception\ServiceNotFoundException; use Zend\ServiceManager\ServiceManager; use Zend\Stdlib\ArrayUtils; -use Zend\Stdlib\DispatchableInterface; /** diff --git a/library/Zend/Mvc/Router/Console/Catchall.php b/library/Zend/Mvc/Router/Console/Catchall.php index 88518ca50cd..9abf56ab83b 100644 --- a/library/Zend/Mvc/Router/Console/Catchall.php +++ b/library/Zend/Mvc/Router/Console/Catchall.php @@ -30,7 +30,6 @@ use Zend\Console\Request as ConsoleRequest; use Zend\Filter\FilterChain; use Zend\Validator\ValidatorChain; -use Zend\Mvc\Exception\InvalidArgumentException; /** * Segment route. diff --git a/library/Zend/Mvc/Router/Console/SimpleRouteStack.php b/library/Zend/Mvc/Router/Console/SimpleRouteStack.php index bc6c570598f..2a4b7cffbc3 100644 --- a/library/Zend/Mvc/Router/Console/SimpleRouteStack.php +++ b/library/Zend/Mvc/Router/Console/SimpleRouteStack.php @@ -14,7 +14,6 @@ use Zend\Mvc\Router\Exception; use Zend\Mvc\Router\SimpleRouteStack as BaseSimpleRouteStack; use Zend\Stdlib\ArrayUtils; -use Zend\Stdlib\RequestInterface as Request; /** * Tree search implementation. diff --git a/library/Zend/Mvc/Router/SimpleRouteStack.php b/library/Zend/Mvc/Router/SimpleRouteStack.php index 10c9f8928dd..50924ee2fc6 100644 --- a/library/Zend/Mvc/Router/SimpleRouteStack.php +++ b/library/Zend/Mvc/Router/SimpleRouteStack.php @@ -10,8 +10,6 @@ namespace Zend\Mvc\Router; -use ArrayAccess; -use ArrayIterator; use Traversable; use Zend\Stdlib\ArrayUtils; use Zend\Stdlib\RequestInterface as Request; diff --git a/library/Zend/Mvc/View/Console/RouteNotFoundStrategy.php b/library/Zend/Mvc/View/Console/RouteNotFoundStrategy.php index 59d0bbd2421..f44d0251fd4 100644 --- a/library/Zend/Mvc/View/Console/RouteNotFoundStrategy.php +++ b/library/Zend/Mvc/View/Console/RouteNotFoundStrategy.php @@ -23,7 +23,6 @@ use Zend\Console\Response as ConsoleResponse; use Zend\Console\Request as ConsoleRequest; use Zend\Console\Adapter\AdapterInterface as ConsoleAdapter; -use Zend\Mvc\Router\RouteInterface; use Zend\View\Model\ConsoleModel; use Zend\Version\Version; use Zend\Stdlib\ResponseInterface as Response; diff --git a/library/Zend/Mvc/View/Console/ViewManager.php b/library/Zend/Mvc/View/Console/ViewManager.php index b997c78cd80..a5009d1298e 100644 --- a/library/Zend/Mvc/View/Console/ViewManager.php +++ b/library/Zend/Mvc/View/Console/ViewManager.php @@ -14,10 +14,6 @@ use Zend\Mvc\MvcEvent; use Zend\Mvc\View\Http\ViewManager as BaseViewManager; use Zend\Mvc\View\SendResponseListener; -use Zend\ServiceManager\ServiceManager; -use Zend\Stdlib\ArrayUtils; -use Zend\View\Helper as ViewHelper; -use Zend\View\Resolver as ViewResolver; use Zend\View\View; /** diff --git a/library/Zend/Mvc/View/Http/InjectViewModelListener.php b/library/Zend/Mvc/View/Http/InjectViewModelListener.php index 02f241c5e07..92f5a8ca74f 100644 --- a/library/Zend/Mvc/View/Http/InjectViewModelListener.php +++ b/library/Zend/Mvc/View/Http/InjectViewModelListener.php @@ -13,7 +13,6 @@ use Zend\EventManager\EventManagerInterface as Events; use Zend\EventManager\ListenerAggregateInterface; use Zend\Mvc\MvcEvent; -use Zend\Mvc\Router\RouteMatch; use Zend\View\Model\ModelInterface as ViewModel; class InjectViewModelListener implements ListenerAggregateInterface diff --git a/library/Zend/Mvc/View/Http/ViewManager.php b/library/Zend/Mvc/View/Http/ViewManager.php index 38eed62cbc5..ddfe87ab3f3 100644 --- a/library/Zend/Mvc/View/Http/ViewManager.php +++ b/library/Zend/Mvc/View/Http/ViewManager.php @@ -16,12 +16,8 @@ use Zend\EventManager\ListenerAggregateInterface; use Zend\Mvc\Exception; use Zend\Mvc\MvcEvent; -use Zend\Mvc\Router\RouteMatch; use Zend\Mvc\View\SendResponseListener; -use Zend\ServiceManager\ConfigInterface; use Zend\ServiceManager\ServiceManager; -use Zend\Stdlib\ArrayUtils; -use Zend\View\Helper as ViewHelper; use Zend\View\HelperPluginManager as ViewHelperManager; use Zend\View\Renderer\PhpRenderer as ViewPhpRenderer; use Zend\View\Resolver as ViewResolver; diff --git a/library/Zend/Navigation/AbstractContainer.php b/library/Zend/Navigation/AbstractContainer.php index 964c838525e..c6e80987b1e 100644 --- a/library/Zend/Navigation/AbstractContainer.php +++ b/library/Zend/Navigation/AbstractContainer.php @@ -14,7 +14,6 @@ use RecursiveIterator; use RecursiveIteratorIterator; use Traversable; -use Zend\Stdlib\ArrayUtils; use Zend\Stdlib\ErrorHandler; /** diff --git a/library/Zend/Navigation/Page/Mvc.php b/library/Zend/Navigation/Page/Mvc.php index 0dad3e16c0d..0a26f2372ce 100644 --- a/library/Zend/Navigation/Page/Mvc.php +++ b/library/Zend/Navigation/Page/Mvc.php @@ -14,7 +14,6 @@ use Zend\Mvc\Router\RouteStackInterface; use Zend\Navigation\Exception; use Zend\Mvc\ModuleRouteListener; -use Zend\View\Helper\Url as UrlHelper; /** * Represents a page that is defined using controller, action, route diff --git a/library/Zend/Navigation/Service/AbstractNavigationFactory.php b/library/Zend/Navigation/Service/AbstractNavigationFactory.php index 1552a4dd270..2833d2111eb 100644 --- a/library/Zend/Navigation/Service/AbstractNavigationFactory.php +++ b/library/Zend/Navigation/Service/AbstractNavigationFactory.php @@ -15,7 +15,6 @@ use Zend\Mvc\Router\RouteStackInterface as Router; use Zend\Navigation\Exception; use Zend\Navigation\Navigation; -use Zend\Navigation\Page\Mvc as MvcPage; use Zend\ServiceManager\FactoryInterface; use Zend\ServiceManager\ServiceLocatorInterface; diff --git a/library/Zend/Paginator/Paginator.php b/library/Zend/Paginator/Paginator.php index 931e14b1d21..2fe6c408db6 100644 --- a/library/Zend/Paginator/Paginator.php +++ b/library/Zend/Paginator/Paginator.php @@ -17,7 +17,6 @@ use Traversable; use Zend\Cache\Storage\IteratorInterface as CacheIterator; use Zend\Cache\Storage\StorageInterface as CacheStorage; -use Zend\Db\Sql; use Zend\Db\ResultSet\AbstractResultSet; use Zend\Filter\FilterInterface; use Zend\Json\Json; diff --git a/library/Zend/Serializer/Adapter/WddxOptions.php b/library/Zend/Serializer/Adapter/WddxOptions.php index 82a67f56c34..66a363c378a 100644 --- a/library/Zend/Serializer/Adapter/WddxOptions.php +++ b/library/Zend/Serializer/Adapter/WddxOptions.php @@ -10,7 +10,6 @@ namespace Zend\Serializer\Adapter; -use Zend\Serializer\Exception; /** * @category Zend diff --git a/library/Zend/Session/Config/SessionConfig.php b/library/Zend/Session/Config/SessionConfig.php index f6440ef9e74..8e29b3480e8 100644 --- a/library/Zend/Session/Config/SessionConfig.php +++ b/library/Zend/Session/Config/SessionConfig.php @@ -11,7 +11,6 @@ namespace Zend\Session\Config; use Zend\Session\Exception; -use Zend\Validator\Hostname as HostnameValidator; /** * Session configuration proxying to session INI options diff --git a/library/Zend/Session/SaveHandler/DbTableGateway.php b/library/Zend/Session/SaveHandler/DbTableGateway.php index 13115261eef..44d852dabcd 100644 --- a/library/Zend/Session/SaveHandler/DbTableGateway.php +++ b/library/Zend/Session/SaveHandler/DbTableGateway.php @@ -11,7 +11,6 @@ namespace Zend\Session\SaveHandler; use Zend\Db\TableGateway\TableGateway; -use Zend\Session\Exception; /** * DB Table Gateway session save handler diff --git a/library/Zend/Soap/AutoDiscover.php b/library/Zend/Soap/AutoDiscover.php index b6af97ff305..4675ea8b467 100644 --- a/library/Zend/Soap/AutoDiscover.php +++ b/library/Zend/Soap/AutoDiscover.php @@ -13,7 +13,6 @@ use Zend\Server\Reflection; use Zend\Server\Reflection\AbstractFunction; use Zend\Server\Reflection\Prototype; -use Zend\Server\Reflection\ReflectionParameter; use Zend\Soap\AutoDiscover\DiscoveryStrategy\DiscoveryStrategyInterface as DiscoveryStrategy; use Zend\Soap\AutoDiscover\DiscoveryStrategy\ReflectionDiscovery; use Zend\Soap\Wsdl; diff --git a/library/Zend/Soap/Server/DocumentLiteralWrapper.php b/library/Zend/Soap/Server/DocumentLiteralWrapper.php index 750942840c3..65b887f6f1e 100644 --- a/library/Zend/Soap/Server/DocumentLiteralWrapper.php +++ b/library/Zend/Soap/Server/DocumentLiteralWrapper.php @@ -10,7 +10,6 @@ namespace Zend\Soap\Server; -use ReflectionClass; use ReflectionObject; use Zend\Soap\Exception\BadMethodCallException; use Zend\Soap\Exception\UnexpectedValueException; diff --git a/library/Zend/Text/Table/DecoratorManager.php b/library/Zend/Text/Table/DecoratorManager.php index e4d4e49296c..782490db97d 100644 --- a/library/Zend/Text/Table/DecoratorManager.php +++ b/library/Zend/Text/Table/DecoratorManager.php @@ -11,7 +11,6 @@ namespace Zend\Text\Table; use Zend\ServiceManager\AbstractPluginManager; -use Zend\ServiceManager\ConfigInterface; /** * Plugin manager implementation for text table decorators diff --git a/library/Zend/Validator/File/Sha1.php b/library/Zend/Validator/File/Sha1.php index c76a7a7e41d..1c833254034 100644 --- a/library/Zend/Validator/File/Sha1.php +++ b/library/Zend/Validator/File/Sha1.php @@ -10,7 +10,6 @@ namespace Zend\Validator\File; -use Zend\Validator\Exception; /** * Validator for the sha1 hash of given files diff --git a/library/Zend/Validator/Ip.php b/library/Zend/Validator/Ip.php index c64573ede79..229a01bfca2 100644 --- a/library/Zend/Validator/Ip.php +++ b/library/Zend/Validator/Ip.php @@ -11,7 +11,6 @@ namespace Zend\Validator; use Traversable; -use Zend\Stdlib\ArrayUtils; /** * @category Zend diff --git a/library/Zend/View/Helper/EscapeCss.php b/library/Zend/View/Helper/EscapeCss.php index 597d4486547..02afa312b31 100644 --- a/library/Zend/View/Helper/EscapeCss.php +++ b/library/Zend/View/Helper/EscapeCss.php @@ -10,7 +10,6 @@ namespace Zend\View\Helper; -use Zend\View\Exception; use Zend\View\Helper\Escaper; /** diff --git a/library/Zend/View/Helper/EscapeHtml.php b/library/Zend/View/Helper/EscapeHtml.php index 0ee00dcc60e..1763bb7088b 100644 --- a/library/Zend/View/Helper/EscapeHtml.php +++ b/library/Zend/View/Helper/EscapeHtml.php @@ -10,7 +10,6 @@ namespace Zend\View\Helper; -use Zend\View\Exception; use Zend\View\Helper\Escaper; /** diff --git a/library/Zend/View/Helper/EscapeHtmlAttr.php b/library/Zend/View/Helper/EscapeHtmlAttr.php index e674f089699..726a22153a3 100644 --- a/library/Zend/View/Helper/EscapeHtmlAttr.php +++ b/library/Zend/View/Helper/EscapeHtmlAttr.php @@ -10,7 +10,6 @@ namespace Zend\View\Helper; -use Zend\View\Exception; use Zend\View\Helper\Escaper; /** diff --git a/library/Zend/View/Helper/EscapeJs.php b/library/Zend/View/Helper/EscapeJs.php index c186e10945e..2771b71eef0 100644 --- a/library/Zend/View/Helper/EscapeJs.php +++ b/library/Zend/View/Helper/EscapeJs.php @@ -10,7 +10,6 @@ namespace Zend\View\Helper; -use Zend\View\Exception; use Zend\View\Helper\Escaper; /** diff --git a/library/Zend/View/Helper/EscapeUrl.php b/library/Zend/View/Helper/EscapeUrl.php index a687f133bad..0a1acbbd63b 100644 --- a/library/Zend/View/Helper/EscapeUrl.php +++ b/library/Zend/View/Helper/EscapeUrl.php @@ -10,7 +10,6 @@ namespace Zend\View\Helper; -use Zend\View\Exception; use Zend\View\Helper\Escaper; /** diff --git a/library/Zend/View/Helper/Navigation/HelperInterface.php b/library/Zend/View/Helper/Navigation/HelperInterface.php index eb64181b13f..0870962d103 100644 --- a/library/Zend/View/Helper/Navigation/HelperInterface.php +++ b/library/Zend/View/Helper/Navigation/HelperInterface.php @@ -10,7 +10,6 @@ namespace Zend\View\Helper\Navigation; -use Zend\I18n\Translator\Translator; use Zend\Navigation; use Zend\Permissions\Acl; use Zend\View\Helper\HelperInterface as BaseHelperInterface; diff --git a/library/Zend/View/Model/ConsoleModel.php b/library/Zend/View/Model/ConsoleModel.php index e7af434a1ed..12f6044a171 100644 --- a/library/Zend/View/Model/ConsoleModel.php +++ b/library/Zend/View/Model/ConsoleModel.php @@ -21,8 +21,6 @@ namespace Zend\View\Model; -use Traversable; -use Zend\Stdlib\ArrayUtils; /** * @category Zend diff --git a/library/Zend/View/Resolver/AggregateResolver.php b/library/Zend/View/Resolver/AggregateResolver.php index 65fcddae68f..3606b9bf585 100644 --- a/library/Zend/View/Resolver/AggregateResolver.php +++ b/library/Zend/View/Resolver/AggregateResolver.php @@ -13,7 +13,6 @@ use Countable; use IteratorAggregate; use Zend\Stdlib\PriorityQueue; -use Zend\View\Exception; use Zend\View\Renderer\RendererInterface as Renderer; use Zend\View\Resolver\ResolverInterface as Resolver; diff --git a/library/Zend/View/Strategy/FeedStrategy.php b/library/Zend/View/Strategy/FeedStrategy.php index 66a82534302..c9fcc9ed556 100644 --- a/library/Zend/View/Strategy/FeedStrategy.php +++ b/library/Zend/View/Strategy/FeedStrategy.php @@ -14,7 +14,6 @@ use Zend\EventManager\ListenerAggregateInterface; use Zend\Feed\Writer\Feed; use Zend\Http\Request as HttpRequest; -use Zend\Http\Response as HttpResponse; use Zend\View\Model; use Zend\View\Renderer\FeedRenderer; use Zend\View\ViewEvent; diff --git a/library/Zend/View/Strategy/JsonStrategy.php b/library/Zend/View/Strategy/JsonStrategy.php index 15a4e352096..539f08ed2c9 100644 --- a/library/Zend/View/Strategy/JsonStrategy.php +++ b/library/Zend/View/Strategy/JsonStrategy.php @@ -13,7 +13,6 @@ use Zend\EventManager\EventManagerInterface; use Zend\EventManager\ListenerAggregateInterface; use Zend\Http\Request as HttpRequest; -use Zend\Http\Response as HttpResponse; use Zend\View\Model; use Zend\View\Renderer\JsonRenderer; use Zend\View\ViewEvent; diff --git a/library/Zend/View/Strategy/PhpRendererStrategy.php b/library/Zend/View/Strategy/PhpRendererStrategy.php index cc7f6f49672..fb5b9e4ebae 100644 --- a/library/Zend/View/Strategy/PhpRendererStrategy.php +++ b/library/Zend/View/Strategy/PhpRendererStrategy.php @@ -12,8 +12,6 @@ use Zend\EventManager\EventManagerInterface; use Zend\EventManager\ListenerAggregateInterface; -use Zend\Http\Request as HttpRequest; -use Zend\Http\Response as HttpResponse; use Zend\View\Renderer\PhpRenderer; use Zend\View\ViewEvent; diff --git a/library/Zend/View/View.php b/library/Zend/View/View.php index d2951b793e1..65f34b84a41 100644 --- a/library/Zend/View/View.php +++ b/library/Zend/View/View.php @@ -13,7 +13,6 @@ use Zend\EventManager\EventManager; use Zend\EventManager\EventManagerAwareInterface; use Zend\EventManager\EventManagerInterface; -use Zend\Mvc\MvcEvent; use Zend\Stdlib\RequestInterface as Request; use Zend\Stdlib\ResponseInterface as Response; use Zend\View\Model\ModelInterface as Model; diff --git a/tests/ZendTest/Authentication/Adapter/Http/AuthTest.php b/tests/ZendTest/Authentication/Adapter/Http/AuthTest.php index a2672f489e3..bc7321ac934 100644 --- a/tests/ZendTest/Authentication/Adapter/Http/AuthTest.php +++ b/tests/ZendTest/Authentication/Adapter/Http/AuthTest.php @@ -14,7 +14,6 @@ use Zend\Http\Headers; use Zend\Http\Request; use Zend\Http\Response; -use Zend\Stdlib\Parameters; /** * @category Zend diff --git a/tests/ZendTest/Authentication/Adapter/Http/ProxyTest.php b/tests/ZendTest/Authentication/Adapter/Http/ProxyTest.php index b3babf566f0..81a3ef9578b 100644 --- a/tests/ZendTest/Authentication/Adapter/Http/ProxyTest.php +++ b/tests/ZendTest/Authentication/Adapter/Http/ProxyTest.php @@ -14,7 +14,6 @@ use Zend\Http\Headers; use Zend\Http\Request; use Zend\Http\Response; -use Zend\Stdlib\Parameters; /** * @category Zend diff --git a/tests/ZendTest/Cache/Storage/Adapter/AbstractZendServerTest.php b/tests/ZendTest/Cache/Storage/Adapter/AbstractZendServerTest.php index 51645dd2bb9..e26009b4757 100644 --- a/tests/ZendTest/Cache/Storage/Adapter/AbstractZendServerTest.php +++ b/tests/ZendTest/Cache/Storage/Adapter/AbstractZendServerTest.php @@ -10,7 +10,6 @@ namespace ZendTest\Cache\Storage\Adapter; -use Zend\Cache\Storage\StorageInterface; use Zend\Cache\Storage\Adapter\AdapterOptions; use Zend\Cache\Storage\Adapter\AbstractZendServer; diff --git a/tests/ZendTest/Cache/Storage/Adapter/CommonAdapterTest.php b/tests/ZendTest/Cache/Storage/Adapter/CommonAdapterTest.php index df8153c8f66..12a5cdecef5 100644 --- a/tests/ZendTest/Cache/Storage/Adapter/CommonAdapterTest.php +++ b/tests/ZendTest/Cache/Storage/Adapter/CommonAdapterTest.php @@ -21,7 +21,6 @@ use Zend\Cache\Storage\TaggableInterface; use Zend\Cache\Storage\AvailableSpaceCapableInterface; use Zend\Cache\Storage\TotalSpaceCapableInterface; -use Zend\Http\Header\Expires; use Zend\Stdlib\ErrorHandler; /** diff --git a/tests/ZendTest/Cache/Storage/Adapter/MemcachedTest.php b/tests/ZendTest/Cache/Storage/Adapter/MemcachedTest.php index 02e2b8d824e..537633ad2a2 100644 --- a/tests/ZendTest/Cache/Storage/Adapter/MemcachedTest.php +++ b/tests/ZendTest/Cache/Storage/Adapter/MemcachedTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Cache\Storage\Adapter; use Zend\Cache; -use Zend\Cache\Exception; /** * @category Zend diff --git a/tests/ZendTest/Cache/Storage/Plugin/IgnoreUserAbortTest.php b/tests/ZendTest/Cache/Storage/Plugin/IgnoreUserAbortTest.php index e97d687c212..0b9d6ced0b3 100644 --- a/tests/ZendTest/Cache/Storage/Plugin/IgnoreUserAbortTest.php +++ b/tests/ZendTest/Cache/Storage/Plugin/IgnoreUserAbortTest.php @@ -12,9 +12,6 @@ use Zend\Cache; use Zend\Cache\Storage\Event; -use Zend\Cache\Storage\PostEvent; -use Zend\Serializer; -use ArrayObject; /** * @category Zend diff --git a/tests/ZendTest/Captcha/FigletTest.php b/tests/ZendTest/Captcha/FigletTest.php index 77414e7d250..fb4bf6ddb7a 100644 --- a/tests/ZendTest/Captcha/FigletTest.php +++ b/tests/ZendTest/Captcha/FigletTest.php @@ -13,7 +13,6 @@ use ArrayObject; use Zend\Captcha\Figlet as FigletCaptcha; use Zend\Session\Container as SessionContainer; -use Zend\View\Renderer\PhpRenderer as View; /** * @category Zend diff --git a/tests/ZendTest/Captcha/ImageTest.php b/tests/ZendTest/Captcha/ImageTest.php index ffc46541dfa..e1e2359eb47 100644 --- a/tests/ZendTest/Captcha/ImageTest.php +++ b/tests/ZendTest/Captcha/ImageTest.php @@ -12,7 +12,6 @@ use DirectoryIterator; use Zend\Captcha\Image as ImageCaptcha; -use Zend\View\Renderer\PhpRenderer as View; /** * @category Zend diff --git a/tests/ZendTest/Code/Reflection/DocBlockReflectionTest.php b/tests/ZendTest/Code/Reflection/DocBlockReflectionTest.php index f12fd88f83d..b641ed49736 100644 --- a/tests/ZendTest/Code/Reflection/DocBlockReflectionTest.php +++ b/tests/ZendTest/Code/Reflection/DocBlockReflectionTest.php @@ -10,7 +10,6 @@ namespace ZendTest\Code\Reflection; -use Zend\Code\Reflection\DocBlockReflection; use Zend\Code\Reflection\ClassReflection; /** diff --git a/tests/ZendTest/Code/Reflection/TestAsset/TestSampleClass8.php b/tests/ZendTest/Code/Reflection/TestAsset/TestSampleClass8.php index 1455681d473..f07d053eb60 100644 --- a/tests/ZendTest/Code/Reflection/TestAsset/TestSampleClass8.php +++ b/tests/ZendTest/Code/Reflection/TestAsset/TestSampleClass8.php @@ -6,6 +6,7 @@ use FooBar\Foo\Bar; use One\Two\Three\Four\Five as ottff; + class TestSampleClass8 { /** diff --git a/tests/ZendTest/Code/Scanner/ClassScannerTest.php b/tests/ZendTest/Code/Scanner/ClassScannerTest.php index c0fdda8d791..3d7b6364900 100644 --- a/tests/ZendTest/Code/Scanner/ClassScannerTest.php +++ b/tests/ZendTest/Code/Scanner/ClassScannerTest.php @@ -81,8 +81,8 @@ public function testClassScannerCanReturnLineNumbers() $file = new FileScanner(__DIR__ . '/../TestAsset/BarClass.php'); $class = $file->getClass('ZendTest\Code\TestAsset\BarClass'); - $this->assertEquals(11, $class->getLineStart()); - $this->assertEquals(34, $class->getLineEnd()); + $this->assertEquals(10, $class->getLineStart()); + $this->assertEquals(33, $class->getLineEnd()); } } diff --git a/tests/ZendTest/Code/Scanner/DerivedClassScannerTest.php b/tests/ZendTest/Code/Scanner/DerivedClassScannerTest.php index 159e56d9f68..ccdcf4c949f 100644 --- a/tests/ZendTest/Code/Scanner/DerivedClassScannerTest.php +++ b/tests/ZendTest/Code/Scanner/DerivedClassScannerTest.php @@ -12,7 +12,6 @@ use Zend\Code\Scanner\DirectoryScanner; use Zend\Code\Scanner\AggregateDirectoryScanner; -use Zend\Code\Scanner\DerivedClassScanner; class DerivedClassScannerTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/ZendTest/Code/Scanner/MethodScannerTest.php b/tests/ZendTest/Code/Scanner/MethodScannerTest.php index 40ea94b7481..4ab3d1a8b90 100644 --- a/tests/ZendTest/Code/Scanner/MethodScannerTest.php +++ b/tests/ZendTest/Code/Scanner/MethodScannerTest.php @@ -62,8 +62,8 @@ public function testMethodScannerReturnsLineNumbersForMethods() $file = new FileScanner(__DIR__ . '/../TestAsset/BarClass.php'); $class = $file->getClass('ZendTest\Code\TestAsset\BarClass'); $method = $class->getMethod('three'); - $this->assertEquals(28, $method->getLineStart()); - $this->assertEquals(32, $method->getLineEnd()); + $this->assertEquals(27, $method->getLineStart()); + $this->assertEquals(31, $method->getLineEnd()); } public function testMethodScannerReturnsBodyMethods() diff --git a/tests/ZendTest/Code/TestAsset/BarClass.php b/tests/ZendTest/Code/TestAsset/BarClass.php index 7f9b4984dbc..53445d0adf2 100644 --- a/tests/ZendTest/Code/TestAsset/BarClass.php +++ b/tests/ZendTest/Code/TestAsset/BarClass.php @@ -5,7 +5,6 @@ include __DIR__ . '/foo/bar/baz.php'; use A\B\C; -use A\B\C\D as E; use Foo\Bar\Baz as FooBarBaz; abstract class BarClass diff --git a/tests/ZendTest/Config/Reader/AbstractReaderTestCase.php b/tests/ZendTest/Config/Reader/AbstractReaderTestCase.php index 1e45a5c66b0..3c94dc1b52f 100644 --- a/tests/ZendTest/Config/Reader/AbstractReaderTestCase.php +++ b/tests/ZendTest/Config/Reader/AbstractReaderTestCase.php @@ -12,7 +12,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\Config\Reader\ReaderInterface; -use ReflectionClass; /** * @category Zend diff --git a/tests/ZendTest/Console/GetoptTest.php b/tests/ZendTest/Console/GetoptTest.php index bef8161c3a8..be3c985162e 100644 --- a/tests/ZendTest/Console/GetoptTest.php +++ b/tests/ZendTest/Console/GetoptTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Console; use Zend\Console\Getopt; -use Zend\Console\GetoptException; /** * @category Zend diff --git a/tests/ZendTest/Di/Definition/RuntimeDefinitionTest.php b/tests/ZendTest/Di/Definition/RuntimeDefinitionTest.php index 6fefb699ce2..914c1d3c8de 100644 --- a/tests/ZendTest/Di/Definition/RuntimeDefinitionTest.php +++ b/tests/ZendTest/Di/Definition/RuntimeDefinitionTest.php @@ -10,7 +10,6 @@ namespace ZendTest\Di\Definition; -use Zend\Di\Definition\RuntimeDefinition; use PHPUnit_Framework_TestCase as TestCase; class RuntimeDefinitionTest extends TestCase diff --git a/tests/ZendTest/Di/DefinitionListTest.php b/tests/ZendTest/Di/DefinitionListTest.php index 16b83f79e97..ea9a935240b 100644 --- a/tests/ZendTest/Di/DefinitionListTest.php +++ b/tests/ZendTest/Di/DefinitionListTest.php @@ -12,7 +12,6 @@ use Zend\Di\DefinitionList; use Zend\Di\Definition\ClassDefinition; -use Zend\Di\Definition\RuntimeDefinition; use PHPUnit_Framework_TestCase as TestCase; diff --git a/tests/ZendTest/Filter/Compress/TarLoadArchiveTarTest.php b/tests/ZendTest/Filter/Compress/TarLoadArchiveTarTest.php index c30e266ab23..3e3a94f1a5b 100644 --- a/tests/ZendTest/Filter/Compress/TarLoadArchiveTarTest.php +++ b/tests/ZendTest/Filter/Compress/TarLoadArchiveTarTest.php @@ -12,7 +12,6 @@ use Zend\Filter\Compress\Tar as TarCompression; use Zend\Filter\Exception\ExtensionNotLoadedException; -use Zend\Loader\StandardAutoloader; /** * @category Zend diff --git a/tests/ZendTest/Filter/DecryptTest.php b/tests/ZendTest/Filter/DecryptTest.php index f1f2397f0ea..d682f1e2afc 100644 --- a/tests/ZendTest/Filter/DecryptTest.php +++ b/tests/ZendTest/Filter/DecryptTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Filter; use Zend\Filter\Decrypt as DecryptFilter; -use Zend\Filter\Encrypt as EncryptFilter; /** * @category Zend diff --git a/tests/ZendTest/Filter/EncryptTest.php b/tests/ZendTest/Filter/EncryptTest.php index 29789f261dd..991c5cbfa9b 100644 --- a/tests/ZendTest/Filter/EncryptTest.php +++ b/tests/ZendTest/Filter/EncryptTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Filter; use Zend\Filter\Encrypt as EncryptFilter; -use Zend\Filter\Decrypt as DecryptFilter; /** * @category Zend diff --git a/tests/ZendTest/Form/Element/CollectionTest.php b/tests/ZendTest/Form/Element/CollectionTest.php index eb5b900fdd9..146260a88bb 100644 --- a/tests/ZendTest/Form/Element/CollectionTest.php +++ b/tests/ZendTest/Form/Element/CollectionTest.php @@ -13,7 +13,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\Form\Element; use Zend\Form\Element\Collection as Collection; -use Zend\Form\Factory; class CollectionTest extends TestCase { diff --git a/tests/ZendTest/Form/Element/ColorTest.php b/tests/ZendTest/Form/Element/ColorTest.php index 501313bf377..7da33b45df7 100644 --- a/tests/ZendTest/Form/Element/ColorTest.php +++ b/tests/ZendTest/Form/Element/ColorTest.php @@ -12,7 +12,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\Form\Element\Color as ColorElement; -use Zend\Form\Factory; class ColorTest extends TestCase { diff --git a/tests/ZendTest/Form/Element/CsrfTest.php b/tests/ZendTest/Form/Element/CsrfTest.php index e6bba6db91c..34bed3ac9c1 100644 --- a/tests/ZendTest/Form/Element/CsrfTest.php +++ b/tests/ZendTest/Form/Element/CsrfTest.php @@ -12,8 +12,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\Form\Element\Csrf as CsrfElement; -use Zend\Form\Factory; -use Zend\Validator\Csrf as CsrfValidator; class CsrfTest extends TestCase { diff --git a/tests/ZendTest/Form/Element/DateTest.php b/tests/ZendTest/Form/Element/DateTest.php index 66b184247ef..154df34d30a 100644 --- a/tests/ZendTest/Form/Element/DateTest.php +++ b/tests/ZendTest/Form/Element/DateTest.php @@ -13,7 +13,6 @@ use DateTime; use PHPUnit_Framework_TestCase as TestCase; use Zend\Form\Element\Date as DateElement; -use Zend\Form\Factory; class DateTest extends TestCase { diff --git a/tests/ZendTest/Form/Element/DateTimeLocalTest.php b/tests/ZendTest/Form/Element/DateTimeLocalTest.php index 7cd27b1f0e8..d1fc6a3a35d 100644 --- a/tests/ZendTest/Form/Element/DateTimeLocalTest.php +++ b/tests/ZendTest/Form/Element/DateTimeLocalTest.php @@ -12,7 +12,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\Form\Element\DateTimeLocal as DateTimeLocalElement; -use Zend\Form\Factory; class DateTimeLocalTest extends TestCase { diff --git a/tests/ZendTest/Form/Element/DateTimeTest.php b/tests/ZendTest/Form/Element/DateTimeTest.php index 0c0022ea070..93a9189cf11 100644 --- a/tests/ZendTest/Form/Element/DateTimeTest.php +++ b/tests/ZendTest/Form/Element/DateTimeTest.php @@ -13,7 +13,6 @@ use DateTime; use PHPUnit_Framework_TestCase as TestCase; use Zend\Form\Element\DateTime as DateTimeElement; -use Zend\Form\Factory; class DateTimeTest extends TestCase { diff --git a/tests/ZendTest/Form/Element/EmailTest.php b/tests/ZendTest/Form/Element/EmailTest.php index 7afcd7ca7d0..4a4db7338bc 100644 --- a/tests/ZendTest/Form/Element/EmailTest.php +++ b/tests/ZendTest/Form/Element/EmailTest.php @@ -12,8 +12,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\Form\Element\Email as EmailElement; -use Zend\Form\Factory; -use Zend\Validator\EmailAddress as EmailValidator; class EmailTest extends TestCase { diff --git a/tests/ZendTest/Form/Element/MonthTest.php b/tests/ZendTest/Form/Element/MonthTest.php index 306119ff4aa..e09e7271c5a 100644 --- a/tests/ZendTest/Form/Element/MonthTest.php +++ b/tests/ZendTest/Form/Element/MonthTest.php @@ -12,7 +12,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\Form\Element\Month as MonthElement; -use Zend\Form\Factory; class MonthTest extends TestCase { diff --git a/tests/ZendTest/Form/Element/MultiCheckboxTest.php b/tests/ZendTest/Form/Element/MultiCheckboxTest.php index 22ac0b4193f..3ecf3fd9049 100644 --- a/tests/ZendTest/Form/Element/MultiCheckboxTest.php +++ b/tests/ZendTest/Form/Element/MultiCheckboxTest.php @@ -23,7 +23,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\Form\Element\MultiCheckbox as MultiCheckboxElement; -use Zend\Form\Factory; class MultiCheckboxTest extends TestCase { diff --git a/tests/ZendTest/Form/Element/NumberTest.php b/tests/ZendTest/Form/Element/NumberTest.php index 8ce3990c83f..e158eb45aee 100644 --- a/tests/ZendTest/Form/Element/NumberTest.php +++ b/tests/ZendTest/Form/Element/NumberTest.php @@ -12,7 +12,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\Form\Element\Number as NumberElement; -use Zend\Form\Factory; class NumberTest extends TestCase { diff --git a/tests/ZendTest/Form/Element/RadioTest.php b/tests/ZendTest/Form/Element/RadioTest.php index c6d124f0a29..b388847bc5a 100644 --- a/tests/ZendTest/Form/Element/RadioTest.php +++ b/tests/ZendTest/Form/Element/RadioTest.php @@ -23,7 +23,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\Form\Element\Radio as RadioElement; -use Zend\Form\Factory; class RadioTest extends TestCase { diff --git a/tests/ZendTest/Form/Element/RangeTest.php b/tests/ZendTest/Form/Element/RangeTest.php index 794d544aedc..01fee0bda64 100644 --- a/tests/ZendTest/Form/Element/RangeTest.php +++ b/tests/ZendTest/Form/Element/RangeTest.php @@ -12,7 +12,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\Form\Element\Range as RangeElement; -use Zend\Form\Factory; class RangeTest extends TestCase { diff --git a/tests/ZendTest/Form/Element/SelectTest.php b/tests/ZendTest/Form/Element/SelectTest.php index d47736749ad..d35bf2bced1 100644 --- a/tests/ZendTest/Form/Element/SelectTest.php +++ b/tests/ZendTest/Form/Element/SelectTest.php @@ -23,7 +23,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\Form\Element\Select as SelectElement; -use Zend\Form\Factory; class SelectTest extends TestCase { diff --git a/tests/ZendTest/Form/Element/TimeTest.php b/tests/ZendTest/Form/Element/TimeTest.php index 64839a2255b..5c86669c029 100644 --- a/tests/ZendTest/Form/Element/TimeTest.php +++ b/tests/ZendTest/Form/Element/TimeTest.php @@ -12,7 +12,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\Form\Element\Time as TimeElement; -use Zend\Form\Factory; class TimeTest extends TestCase { diff --git a/tests/ZendTest/Form/Element/UrlTest.php b/tests/ZendTest/Form/Element/UrlTest.php index 235c195b1de..222aaa8a12d 100644 --- a/tests/ZendTest/Form/Element/UrlTest.php +++ b/tests/ZendTest/Form/Element/UrlTest.php @@ -12,7 +12,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\Form\Element\Url as UrlElement; -use Zend\Form\Factory; class UrlTest extends TestCase { diff --git a/tests/ZendTest/Form/Element/WeekTest.php b/tests/ZendTest/Form/Element/WeekTest.php index 5af3f398b21..8d205df1b25 100644 --- a/tests/ZendTest/Form/Element/WeekTest.php +++ b/tests/ZendTest/Form/Element/WeekTest.php @@ -12,7 +12,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\Form\Element\Week as WeekElement; -use Zend\Form\Factory; class WeekTest extends TestCase { diff --git a/tests/ZendTest/Form/ElementTest.php b/tests/ZendTest/Form/ElementTest.php index 9b785bb7d8e..997b48e8bf8 100644 --- a/tests/ZendTest/Form/ElementTest.php +++ b/tests/ZendTest/Form/ElementTest.php @@ -12,7 +12,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\Form\Element; -use Zend\Form\ElementInterface; /** * @category Zend diff --git a/tests/ZendTest/Form/FactoryTest.php b/tests/ZendTest/Form/FactoryTest.php index 77c77d2e396..c0b659739d2 100644 --- a/tests/ZendTest/Form/FactoryTest.php +++ b/tests/ZendTest/Form/FactoryTest.php @@ -15,7 +15,6 @@ use Zend\Form; use Zend\Form\Factory as FormFactory; use Zend\InputFilter; -use Zend\Validator; /** * @category Zend diff --git a/tests/ZendTest/Form/TestAsset/HydratorStrategyEntityB.php b/tests/ZendTest/Form/TestAsset/HydratorStrategyEntityB.php index 04b899569f2..bb3513cd2ec 100644 --- a/tests/ZendTest/Form/TestAsset/HydratorStrategyEntityB.php +++ b/tests/ZendTest/Form/TestAsset/HydratorStrategyEntityB.php @@ -10,7 +10,6 @@ namespace ZendTest\Form\TestAsset; -use Zend\InputFilter\InputFilterAwareInterface; class HydratorStrategyEntityB { diff --git a/tests/ZendTest/Form/View/Helper/Captcha/ReCaptchaTest.php b/tests/ZendTest/Form/View/Helper/Captcha/ReCaptchaTest.php index 294e248f774..2a1f57abfd0 100644 --- a/tests/ZendTest/Form/View/Helper/Captcha/ReCaptchaTest.php +++ b/tests/ZendTest/Form/View/Helper/Captcha/ReCaptchaTest.php @@ -13,7 +13,6 @@ use Zend\Captcha\ReCaptcha; use Zend\Form\Element\Captcha as CaptchaElement; use Zend\Form\View\Helper\Captcha\ReCaptcha as ReCaptchaHelper; -use Zend\Service\ReCaptcha\ReCaptcha as ReCaptchaService; use ZendTest\Form\View\Helper\CommonTestCase; /** diff --git a/tests/ZendTest/Form/View/Helper/FormButtonTest.php b/tests/ZendTest/Form/View/Helper/FormButtonTest.php index 961061ed038..d522606550d 100644 --- a/tests/ZendTest/Form/View/Helper/FormButtonTest.php +++ b/tests/ZendTest/Form/View/Helper/FormButtonTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Form\View\Helper; use Zend\Form\Element; -use Zend\Form\Fieldset; use Zend\Form\Form; use Zend\Form\View\Helper\FormButton as FormButtonHelper; diff --git a/tests/ZendTest/Form/View/Helper/FormCaptchaTest.php b/tests/ZendTest/Form/View/Helper/FormCaptchaTest.php index ae0fb03b065..e6e92f5118e 100644 --- a/tests/ZendTest/Form/View/Helper/FormCaptchaTest.php +++ b/tests/ZendTest/Form/View/Helper/FormCaptchaTest.php @@ -14,7 +14,6 @@ use Zend\Captcha; use Zend\Form\Element\Captcha as CaptchaElement; use Zend\Form\View\Helper\FormCaptcha as FormCaptchaHelper; -use Zend\View\Renderer\PhpRenderer; /** * @category Zend diff --git a/tests/ZendTest/Form/View/Helper/FormCollectionTest.php b/tests/ZendTest/Form/View/Helper/FormCollectionTest.php index 5f8cb1395ab..438f74fc828 100644 --- a/tests/ZendTest/Form/View/Helper/FormCollectionTest.php +++ b/tests/ZendTest/Form/View/Helper/FormCollectionTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Form\View\Helper; use PHPUnit_Framework_TestCase as TestCase; -use Zend\Form\Element; use Zend\Form\View\HelperConfig; use Zend\Form\View\Helper\FormCollection as FormCollectionHelper; use Zend\View\Helper\Doctype; diff --git a/tests/ZendTest/Form/View/Helper/FormLabelTest.php b/tests/ZendTest/Form/View/Helper/FormLabelTest.php index 19d2497af82..ff338ca25e3 100644 --- a/tests/ZendTest/Form/View/Helper/FormLabelTest.php +++ b/tests/ZendTest/Form/View/Helper/FormLabelTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Form\View\Helper; use Zend\Form\Element; -use Zend\Form\Fieldset; use Zend\Form\Form; use Zend\Form\View\Helper\FormLabel as FormLabelHelper; diff --git a/tests/ZendTest/Form/View/Helper/FormSelectTest.php b/tests/ZendTest/Form/View/Helper/FormSelectTest.php index 2e4422c0905..0f7426fdbda 100644 --- a/tests/ZendTest/Form/View/Helper/FormSelectTest.php +++ b/tests/ZendTest/Form/View/Helper/FormSelectTest.php @@ -10,7 +10,6 @@ namespace ZendTest\Form\View\Helper; -use PHPUnit_Framework_TestCase as TestCase; use Zend\Form\Element; use Zend\Form\Element\Select as SelectElement; use Zend\Form\View\Helper\FormSelect as FormSelectHelper; diff --git a/tests/ZendTest/Form/View/Helper/FormTest.php b/tests/ZendTest/Form/View/Helper/FormTest.php index 3e67f2c5971..03606525093 100644 --- a/tests/ZendTest/Form/View/Helper/FormTest.php +++ b/tests/ZendTest/Form/View/Helper/FormTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Form\View\Helper; use Zend\Form\Form; -use Zend\Form\FormInterface; use Zend\Form\View\Helper\Form as FormHelper; /** diff --git a/tests/ZendTest/Http/Client/UseCaseTest.php b/tests/ZendTest/Http/Client/UseCaseTest.php index 13fa6110248..ed6397fa3ce 100644 --- a/tests/ZendTest/Http/Client/UseCaseTest.php +++ b/tests/ZendTest/Http/Client/UseCaseTest.php @@ -12,7 +12,6 @@ use Zend\Http\Client as HTTPClient; use Zend\Http\Client\Adapter; -use Zend\Http\Client\Adapter\Exception as AdapterException; use Zend\Http\Response; use Zend\Http\Request; diff --git a/tests/ZendTest/Http/Header/AcceptTest.php b/tests/ZendTest/Http/Header/AcceptTest.php index c050f588b7b..4086fc846d8 100644 --- a/tests/ZendTest/Http/Header/AcceptTest.php +++ b/tests/ZendTest/Http/Header/AcceptTest.php @@ -10,7 +10,6 @@ namespace ZendTest\Http\Header; -use Zend\Http\Header\GenericHeader; use Zend\Http\Header\Accept; diff --git a/tests/ZendTest/Http/Header/ContentLocationTest.php b/tests/ZendTest/Http/Header/ContentLocationTest.php index 06862bba2bf..fedd99d0ce0 100644 --- a/tests/ZendTest/Http/Header/ContentLocationTest.php +++ b/tests/ZendTest/Http/Header/ContentLocationTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Http\Header; use Zend\Http\Header\ContentLocation; -use Zend\Uri\Http as HttpUri; class ContentLocationTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/ZendTest/Http/Header/LocationTest.php b/tests/ZendTest/Http/Header/LocationTest.php index 578b36b94cf..ef4828df4f5 100644 --- a/tests/ZendTest/Http/Header/LocationTest.php +++ b/tests/ZendTest/Http/Header/LocationTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Http\Header; use Zend\Http\Header\Location; -use Zend\Uri\Http as HttpUri; class LocationTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/ZendTest/Http/Header/RefererTest.php b/tests/ZendTest/Http/Header/RefererTest.php index f1aec8818c3..bb366127e9e 100644 --- a/tests/ZendTest/Http/Header/RefererTest.php +++ b/tests/ZendTest/Http/Header/RefererTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Http\Header; use Zend\Http\Header\Referer; -use Zend\Uri\Http as HttpUri; class RefererTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/ZendTest/InputFilter/InputFilterTest.php b/tests/ZendTest/InputFilter/InputFilterTest.php index 92cd3d21efa..2fe71bbbd1a 100644 --- a/tests/ZendTest/InputFilter/InputFilterTest.php +++ b/tests/ZendTest/InputFilter/InputFilterTest.php @@ -13,10 +13,7 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\Filter; use Zend\InputFilter\Factory; -use Zend\InputFilter\Input; use Zend\InputFilter\InputFilter; -use Zend\Loader\PluginBroker; -use Zend\Validator; class InputFilterTest extends TestCase { diff --git a/tests/ZendTest/Log/Filter/MockTest.php b/tests/ZendTest/Log/Filter/MockTest.php index d198332bd97..451f8130c44 100644 --- a/tests/ZendTest/Log/Filter/MockTest.php +++ b/tests/ZendTest/Log/Filter/MockTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Log\Filter; use Zend\Log\Filter\Mock as MockFilter; -use Zend\Log\Logger; /** * @category Zend diff --git a/tests/ZendTest/Log/Filter/PriorityTest.php b/tests/ZendTest/Log/Filter/PriorityTest.php index 905eb1467e1..27bd074ff17 100644 --- a/tests/ZendTest/Log/Filter/PriorityTest.php +++ b/tests/ZendTest/Log/Filter/PriorityTest.php @@ -10,7 +10,6 @@ namespace ZendTest\Log\Filter; -use Zend\Log\Logger; use Zend\Log\Filter\Priority; /** diff --git a/tests/ZendTest/Log/Filter/RegexTest.php b/tests/ZendTest/Log/Filter/RegexTest.php index b757c761935..67348ccce83 100644 --- a/tests/ZendTest/Log/Filter/RegexTest.php +++ b/tests/ZendTest/Log/Filter/RegexTest.php @@ -10,9 +10,7 @@ namespace ZendTest\Log\Filter; -use Zend\Log\Logger; use Zend\Log\Filter\Regex; -use Zend\Config\Config; /** * @category Zend diff --git a/tests/ZendTest/Log/Filter/SuppressFilterTest.php b/tests/ZendTest/Log/Filter/SuppressFilterTest.php index c16062f0f7e..0577dc94b28 100644 --- a/tests/ZendTest/Log/Filter/SuppressFilterTest.php +++ b/tests/ZendTest/Log/Filter/SuppressFilterTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Log\Filter; use Zend\Log\Filter\SuppressFilter; -use Zend\Log\Logger; /** * @category Zend diff --git a/tests/ZendTest/Log/Filter/ValidatorTest.php b/tests/ZendTest/Log/Filter/ValidatorTest.php index 3e7a11819ca..c34174ab063 100644 --- a/tests/ZendTest/Log/Filter/ValidatorTest.php +++ b/tests/ZendTest/Log/Filter/ValidatorTest.php @@ -10,7 +10,6 @@ namespace ZendTest\Log\Filter; -use Zend\Log\Logger; use Zend\Log\Filter\Validator; use Zend\Validator\ValidatorChain; use Zend\Validator\Digits as DigitsFilter; diff --git a/tests/ZendTest/Log/Formatter/DbTest.php b/tests/ZendTest/Log/Formatter/DbTest.php index b1de2ee225c..847d8eb4c61 100644 --- a/tests/ZendTest/Log/Formatter/DbTest.php +++ b/tests/ZendTest/Log/Formatter/DbTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Log\Formatter; use DateTime; -use ZendTest\Log\TestAsset\StringObject; use Zend\Log\Formatter\Db as DbFormatter; /** diff --git a/tests/ZendTest/Log/Formatter/SimpleTest.php b/tests/ZendTest/Log/Formatter/SimpleTest.php index 18fe0f62ad6..628912eef05 100644 --- a/tests/ZendTest/Log/Formatter/SimpleTest.php +++ b/tests/ZendTest/Log/Formatter/SimpleTest.php @@ -11,9 +11,7 @@ namespace ZendTest\Log\Formatter; use DateTime; -use ZendTest\Log\TestAsset\StringObject; use Zend\Log\Formatter\Simple; -use stdClass; use RuntimeException; /** diff --git a/tests/ZendTest/Log/Writer/DbTest.php b/tests/ZendTest/Log/Writer/DbTest.php index 65d68230300..8a2467a6dbe 100644 --- a/tests/ZendTest/Log/Writer/DbTest.php +++ b/tests/ZendTest/Log/Writer/DbTest.php @@ -12,7 +12,6 @@ use DateTime; use ZendTest\Log\TestAsset\MockDbAdapter; -use ZendTest\Log\TestAsset\MockDbDriver; use Zend\Log\Writer\Db as DbWriter; use Zend\Log\Formatter\FormatterInterface; diff --git a/tests/ZendTest/Log/Writer/MailTest.php b/tests/ZendTest/Log/Writer/MailTest.php index cc01fcb67eb..5c734f99be9 100644 --- a/tests/ZendTest/Log/Writer/MailTest.php +++ b/tests/ZendTest/Log/Writer/MailTest.php @@ -12,7 +12,6 @@ use Zend\Log\Logger; use Zend\Log\Writer\Mail as MailWriter; -use Zend\Log\Formatter\Simple as SimpleFormatter; use Zend\Mail\Message as MailMessage; use Zend\Mail\Transport; diff --git a/tests/ZendTest/Log/Writer/MockTest.php b/tests/ZendTest/Log/Writer/MockTest.php index f8a0f778f6d..1a009a5c7d4 100644 --- a/tests/ZendTest/Log/Writer/MockTest.php +++ b/tests/ZendTest/Log/Writer/MockTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Log\Writer; use Zend\Log\Writer\Mock as MockWriter; -use Zend\Log\Logger; /** * @category Zend diff --git a/tests/ZendTest/Log/Writer/MongoDBTest.php b/tests/ZendTest/Log/Writer/MongoDBTest.php index 1d2e3416048..c524035486a 100644 --- a/tests/ZendTest/Log/Writer/MongoDBTest.php +++ b/tests/ZendTest/Log/Writer/MongoDBTest.php @@ -13,7 +13,6 @@ use DateTime; use MongoDate; -use Zend\Log\Logger; use Zend\Log\Writer\MongoDB as MongoDBWriter; /** diff --git a/tests/ZendTest/Log/Writer/NullTest.php b/tests/ZendTest/Log/Writer/NullTest.php index 07dfaebdc86..16aec489464 100644 --- a/tests/ZendTest/Log/Writer/NullTest.php +++ b/tests/ZendTest/Log/Writer/NullTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Log\Writer; use Zend\Log\Writer\Null as NullWriter; -use Zend\Log\Logger; /** * @category Zend diff --git a/tests/ZendTest/Log/Writer/StreamTest.php b/tests/ZendTest/Log/Writer/StreamTest.php index 098d5e284fb..a315ee53143 100644 --- a/tests/ZendTest/Log/Writer/StreamTest.php +++ b/tests/ZendTest/Log/Writer/StreamTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Log\Writer; use Zend\Log\Writer\Stream as StreamWriter; -use Zend\Log\Logger; use Zend\Log\Formatter\Simple as SimpleFormatter; /** diff --git a/tests/ZendTest/Mail/Protocol/SmtpTest.php b/tests/ZendTest/Mail/Protocol/SmtpTest.php index 80ca4f4d429..4517b5f2bd1 100644 --- a/tests/ZendTest/Mail/Protocol/SmtpTest.php +++ b/tests/ZendTest/Mail/Protocol/SmtpTest.php @@ -13,7 +13,6 @@ use Zend\Mail\Headers; use Zend\Mail\Message; use Zend\Mail\Transport\Smtp; -use Zend\Mail\Transport\SmtpOptions; use ZendTest\Mail\TestAsset\SmtpProtocolSpy; /** diff --git a/tests/ZendTest/Mail/Storage/ImapTest.php b/tests/ZendTest/Mail/Storage/ImapTest.php index cd14503a5a8..0c848424274 100644 --- a/tests/ZendTest/Mail/Storage/ImapTest.php +++ b/tests/ZendTest/Mail/Storage/ImapTest.php @@ -11,9 +11,7 @@ namespace ZendTest\Mail\Storage; use Zend\Config; -use Zend\Mail\Exception as MailException; use Zend\Mail\Protocol; -use Zend\Mail\Protocol\Exception as ProtocolException; use Zend\Mail\Storage; use Zend\Mail\Storage\Exception; diff --git a/tests/ZendTest/Mail/Storage/MaildirWritableTest.php b/tests/ZendTest/Mail/Storage/MaildirWritableTest.php index 66e6dc4de91..d7a52fe302f 100644 --- a/tests/ZendTest/Mail/Storage/MaildirWritableTest.php +++ b/tests/ZendTest/Mail/Storage/MaildirWritableTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Mail\Storage; use Zend\Mail; -use Zend\Mail\Exception as MailException; use Zend\Mail\Storage; use Zend\Mail\Storage\Writable; diff --git a/tests/ZendTest/Mail/Storage/MboxFolderTest.php b/tests/ZendTest/Mail/Storage/MboxFolderTest.php index 3cc7bbcea9e..164d7e36461 100644 --- a/tests/ZendTest/Mail/Storage/MboxFolderTest.php +++ b/tests/ZendTest/Mail/Storage/MboxFolderTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Mail\Storage; use Zend\Config; -use Zend\Mail\Exception as MailException; use Zend\Mail\Storage\Folder; /** diff --git a/tests/ZendTest/ModuleManager/Listener/AutoloaderListenerTest.php b/tests/ZendTest/ModuleManager/Listener/AutoloaderListenerTest.php index 1490e7f9eb7..c6328eb38ed 100644 --- a/tests/ZendTest/ModuleManager/Listener/AutoloaderListenerTest.php +++ b/tests/ZendTest/ModuleManager/Listener/AutoloaderListenerTest.php @@ -15,7 +15,6 @@ use Zend\Loader\AutoloaderFactory; use Zend\ModuleManager\Listener\AutoloaderListener; use Zend\ModuleManager\Listener\ModuleResolverListener; -use Zend\ModuleManager\Listener\ListenerOptions; use Zend\ModuleManager\ModuleManager; class AutoloaderListenerTest extends TestCase diff --git a/tests/ZendTest/ModuleManager/Listener/DefaultListenerAggregateTest.php b/tests/ZendTest/ModuleManager/Listener/DefaultListenerAggregateTest.php index eb90158cb80..ce1e3d51709 100644 --- a/tests/ZendTest/ModuleManager/Listener/DefaultListenerAggregateTest.php +++ b/tests/ZendTest/ModuleManager/Listener/DefaultListenerAggregateTest.php @@ -10,9 +10,7 @@ namespace ZendTest\ModuleManager\Listener; -use InvalidArgumentException; use PHPUnit_Framework_TestCase as TestCase; -use Zend\EventManager\EventManager; use Zend\Loader\ModuleAutoloader; use Zend\Loader\AutoloaderFactory; use Zend\ModuleManager\Listener\ListenerOptions; diff --git a/tests/ZendTest/ModuleManager/Listener/ListenerOptionsTest.php b/tests/ZendTest/ModuleManager/Listener/ListenerOptionsTest.php index 37277862485..51e92cea2c5 100644 --- a/tests/ZendTest/ModuleManager/Listener/ListenerOptionsTest.php +++ b/tests/ZendTest/ModuleManager/Listener/ListenerOptionsTest.php @@ -10,7 +10,6 @@ namespace ZendTest\ModuleManager\Listener; -use BadMethodCallException; use InvalidArgumentException; use PHPUnit_Framework_TestCase as TestCase; use Zend\Config\Config; diff --git a/tests/ZendTest/ModuleManager/Listener/OnBootstrapListenerTest.php b/tests/ZendTest/ModuleManager/Listener/OnBootstrapListenerTest.php index 2f26c2b23bf..dbfa6c7f7f6 100644 --- a/tests/ZendTest/ModuleManager/Listener/OnBootstrapListenerTest.php +++ b/tests/ZendTest/ModuleManager/Listener/OnBootstrapListenerTest.php @@ -11,17 +11,14 @@ namespace ZendTest\ModuleManager\Listener; use PHPUnit_Framework_TestCase as TestCase; -use Zend\Config\Config; use Zend\EventManager\EventManager; use Zend\EventManager\SharedEventManager; use Zend\Loader\AutoloaderFactory; use Zend\Loader\ModuleAutoloader; -use Zend\ModuleManager\Listener\ListenerOptions; use Zend\ModuleManager\Listener\ModuleResolverListener; use Zend\ModuleManager\Listener\OnBootstrapListener; use Zend\ModuleManager\ModuleManager; use Zend\Mvc\Application; -use Zend\Mvc\MvcEvent; use ZendTest\ModuleManager\TestAsset\MockApplication; class OnBootstrapListenerTest extends TestCase diff --git a/tests/ZendTest/ModuleManager/ModuleManagerTest.php b/tests/ZendTest/ModuleManager/ModuleManagerTest.php index e4cfc01029c..148ac7aed4a 100644 --- a/tests/ZendTest/ModuleManager/ModuleManagerTest.php +++ b/tests/ZendTest/ModuleManager/ModuleManagerTest.php @@ -13,7 +13,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\EventManager\EventManager; use Zend\Loader\AutoloaderFactory; -use Zend\Loader\ModuleAutoloader; use Zend\ModuleManager\Listener\ListenerOptions; use Zend\ModuleManager\Listener\DefaultListenerAggregate; use Zend\ModuleManager\ModuleManager; diff --git a/tests/ZendTest/ModuleManager/TestAsset/LoadOtherModule/Module.php b/tests/ZendTest/ModuleManager/TestAsset/LoadOtherModule/Module.php index bc5c447f891..a7b0f8c8aed 100644 --- a/tests/ZendTest/ModuleManager/TestAsset/LoadOtherModule/Module.php +++ b/tests/ZendTest/ModuleManager/TestAsset/LoadOtherModule/Module.php @@ -10,7 +10,6 @@ namespace LoadOtherModule; -use Zend\Config\Config; class Module { diff --git a/tests/ZendTest/Mvc/ApplicationTest.php b/tests/ZendTest/Mvc/ApplicationTest.php index effee4d9e01..f1b8ee17cd6 100644 --- a/tests/ZendTest/Mvc/ApplicationTest.php +++ b/tests/ZendTest/Mvc/ApplicationTest.php @@ -24,7 +24,6 @@ use Zend\Mvc\Service\ServiceManagerConfig; use Zend\Mvc\View\Http\ViewManager; use Zend\ServiceManager\ServiceManager; -use Zend\ServiceManager\Exception\ServiceNotCreatedException; use Zend\Uri\UriFactory; /** diff --git a/tests/ZendTest/Mvc/Router/Console/SimpleTest.php b/tests/ZendTest/Mvc/Router/Console/SimpleTest.php index 2cb6f224579..8ed9059bfaf 100644 --- a/tests/ZendTest/Mvc/Router/Console/SimpleTest.php +++ b/tests/ZendTest/Mvc/Router/Console/SimpleTest.php @@ -3,7 +3,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\Http\Request; -use Zend\Stdlib\Request as BaseRequest; use Zend\Console\Request as ConsoleRequest; use Zend\Mvc\Router\Console\Simple; use ZendTest\Mvc\Router\FactoryTester; diff --git a/tests/ZendTest/Mvc/Router/SimpleRouteStackTest.php b/tests/ZendTest/Mvc/Router/SimpleRouteStackTest.php index 19e5a6b1d11..75711f0cd4c 100644 --- a/tests/ZendTest/Mvc/Router/SimpleRouteStackTest.php +++ b/tests/ZendTest/Mvc/Router/SimpleRouteStackTest.php @@ -13,7 +13,6 @@ use PHPUnit_Framework_TestCase as TestCase; use ArrayIterator; use Zend\Stdlib\Request; -use Zend\Uri\Http as HttpUri; use Zend\Mvc\Router\RoutePluginManager; use Zend\Mvc\Router\SimpleRouteStack; use ZendTest\Mvc\Router\FactoryTester; diff --git a/tests/ZendTest/Mvc/Service/DiStrictAbstractServiceFactoryTest.php b/tests/ZendTest/Mvc/Service/DiStrictAbstractServiceFactoryTest.php index 586e9063d44..d244b3f17e4 100644 --- a/tests/ZendTest/Mvc/Service/DiStrictAbstractServiceFactoryTest.php +++ b/tests/ZendTest/Mvc/Service/DiStrictAbstractServiceFactoryTest.php @@ -12,7 +12,6 @@ use Zend\Mvc\Service\DiStrictAbstractServiceFactory; use Zend\ServiceManager\ServiceManager; -use Zend\ServiceManager\Di\DiInstanceManagerProxy; use Zend\Di\Di; use Zend\Di\Config; diff --git a/tests/ZendTest/Mvc/View/DefaultRendereringStrategyTest.php b/tests/ZendTest/Mvc/View/DefaultRendereringStrategyTest.php index 45078ccf7eb..a905614ba0a 100644 --- a/tests/ZendTest/Mvc/View/DefaultRendereringStrategyTest.php +++ b/tests/ZendTest/Mvc/View/DefaultRendereringStrategyTest.php @@ -11,23 +11,15 @@ namespace ZendTest\Mvc\View; use PHPUnit_Framework_TestCase as TestCase; -use ReflectionClass; -use stdClass; use Zend\EventManager\Event; use Zend\EventManager\EventManager; use Zend\Http\Request; use Zend\Http\Response; -use Zend\Mvc\Application; use Zend\Mvc\MvcEvent; use Zend\Mvc\View\Http\DefaultRenderingStrategy; -use Zend\View\Helper\Placeholder\Registry as PlaceholderRegistry; use Zend\View\Model\ModelInterface as Model; -use Zend\View\Renderer\FeedRenderer; -use Zend\View\Renderer\JsonRenderer; use Zend\View\Renderer\PhpRenderer; -use Zend\View\Resolver\TemplateMapResolver; use Zend\View\View; -use Zend\View\ViewEvent; use Zend\View\Model\ViewModel; /** diff --git a/tests/ZendTest/Mvc/View/ExceptionStrategyTest.php b/tests/ZendTest/Mvc/View/ExceptionStrategyTest.php index a6ba37edba6..a795e2c7674 100644 --- a/tests/ZendTest/Mvc/View/ExceptionStrategyTest.php +++ b/tests/ZendTest/Mvc/View/ExceptionStrategyTest.php @@ -12,7 +12,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\EventManager\EventManager; -use Zend\Http\Request; use Zend\Http\Response; use Zend\Mvc\Application; use Zend\Mvc\MvcEvent; diff --git a/tests/ZendTest/Mvc/View/RouteNotFoundStrategyTest.php b/tests/ZendTest/Mvc/View/RouteNotFoundStrategyTest.php index 9cde0f2a238..b1e36c5c7a1 100644 --- a/tests/ZendTest/Mvc/View/RouteNotFoundStrategyTest.php +++ b/tests/ZendTest/Mvc/View/RouteNotFoundStrategyTest.php @@ -12,7 +12,6 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\EventManager\EventManager; -use Zend\Http\Request; use Zend\Http\Response; use Zend\Mvc\Application; use Zend\Mvc\MvcEvent; diff --git a/tests/ZendTest/Paginator/Adapter/DbSelectTest.php b/tests/ZendTest/Paginator/Adapter/DbSelectTest.php index 7e63fb1d021..4e73b6b21e1 100644 --- a/tests/ZendTest/Paginator/Adapter/DbSelectTest.php +++ b/tests/ZendTest/Paginator/Adapter/DbSelectTest.php @@ -13,7 +13,6 @@ use Zend\Paginator\Adapter\DbSelect; use Zend\Db\Sql\Select; use Zend\Db\Sql\Expression; -use Zend\Db\Adapter\Adapter as DbAdapter; /** * @category Zend diff --git a/tests/ZendTest/Paginator/PaginatorTest.php b/tests/ZendTest/Paginator/PaginatorTest.php index 23a724bd6c6..f2dcea60e8a 100644 --- a/tests/ZendTest/Paginator/PaginatorTest.php +++ b/tests/ZendTest/Paginator/PaginatorTest.php @@ -13,7 +13,6 @@ use ReflectionMethod; use stdClass; use Zend\Cache\StorageFactory as CacheFactory; -use Zend\Cache\Storage\Adapter\AdapterInterface as CacheAdapter; use Zend\Config; use Zend\Db\Adapter as DbAdapter; use Zend\Db\Sql; diff --git a/tests/ZendTest/ServiceManager/Di/DiAbstractServiceFactoryTest.php b/tests/ZendTest/ServiceManager/Di/DiAbstractServiceFactoryTest.php index af23ca0ce8f..901b7af061a 100644 --- a/tests/ZendTest/ServiceManager/Di/DiAbstractServiceFactoryTest.php +++ b/tests/ZendTest/ServiceManager/Di/DiAbstractServiceFactoryTest.php @@ -12,7 +12,6 @@ use Zend\ServiceManager\Di\DiAbstractServiceFactory; use Zend\ServiceManager\ServiceManager; -use Zend\ServiceManager\Di\DiInstanceManagerProxy; class DiAbstractServiceFactoryTest extends \PHPUnit_Framework_TestCase { diff --git a/tests/ZendTest/ServiceManager/Di/DiServiceFactoryTest.php b/tests/ZendTest/ServiceManager/Di/DiServiceFactoryTest.php index cf06afc76e7..9587060091e 100644 --- a/tests/ZendTest/ServiceManager/Di/DiServiceFactoryTest.php +++ b/tests/ZendTest/ServiceManager/Di/DiServiceFactoryTest.php @@ -12,8 +12,6 @@ use Zend\Di\Di; use Zend\ServiceManager\Di\DiServiceFactory; -use Zend\ServiceManager\Di\DiInstanceManagerProxy; -use Zend\ServiceManager\Di\DiAbstractServiceFactory; use Zend\ServiceManager\ServiceManager; class DiServiceFactoryTest extends \PHPUnit_Framework_TestCase diff --git a/tests/ZendTest/Session/SaveHandler/CacheTest.php b/tests/ZendTest/Session/SaveHandler/CacheTest.php index 56e0ec9881a..8d408677f67 100644 --- a/tests/ZendTest/Session/SaveHandler/CacheTest.php +++ b/tests/ZendTest/Session/SaveHandler/CacheTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Session\SaveHandler; use Zend\Session\SaveHandler\Cache; -use Zend\Session\ManagerInterface as Manager; use Zend\Cache\StorageFactory as CacheFactory; use Zend\Cache\Storage\Adapter\AdapterInterface as CacheAdapter; diff --git a/tests/ZendTest/Session/TestAsset/TestManager.php b/tests/ZendTest/Session/TestAsset/TestManager.php index 1b84fe90353..fb6ae23202a 100644 --- a/tests/ZendTest/Session/TestAsset/TestManager.php +++ b/tests/ZendTest/Session/TestAsset/TestManager.php @@ -12,9 +12,6 @@ use Zend\EventManager\EventManagerInterface; use Zend\Session\AbstractManager; -use Zend\Session\Configuration\ConfigurationInterface as SessionConfig; -use Zend\Session\SaveHandler\SaveHandlerInterface as SessionSaveHandler; -use Zend\Session\Storage\StorageInterface as SessionStorage; class TestManager extends AbstractManager { diff --git a/tests/ZendTest/Soap/AutoDiscoverTest.php b/tests/ZendTest/Soap/AutoDiscoverTest.php index 1b3eb8576d2..94d5f44d286 100644 --- a/tests/ZendTest/Soap/AutoDiscoverTest.php +++ b/tests/ZendTest/Soap/AutoDiscoverTest.php @@ -14,7 +14,6 @@ require_once 'TestAsset/commontypes.php'; use Zend\Soap\AutoDiscover; -use Zend\Soap\AutoDiscoverException; /** PHPUnit Test Case */ diff --git a/tests/ZendTest/Soap/ServerTest.php b/tests/ZendTest/Soap/ServerTest.php index 3b8796fe6f8..b87ed3247ac 100644 --- a/tests/ZendTest/Soap/ServerTest.php +++ b/tests/ZendTest/Soap/ServerTest.php @@ -13,7 +13,6 @@ require_once __DIR__ . '/TestAsset/commontypes.php'; use Zend\Soap\Server; -use Zend\Soap\ServerException; /** * Zend_Soap_Server diff --git a/tests/ZendTest/Stdlib/OptionsTest.php b/tests/ZendTest/Stdlib/OptionsTest.php index 718e9d991f8..bf226e7ec42 100644 --- a/tests/ZendTest/Stdlib/OptionsTest.php +++ b/tests/ZendTest/Stdlib/OptionsTest.php @@ -13,7 +13,6 @@ use ArrayObject; use ZendTest\Stdlib\TestAsset\TestOptions; use ZendTest\Stdlib\TestAsset\TestOptionsNoStrict; -use ZendTest\Stdlib\TestAsset\TestTraversable; use Zend\Stdlib\Exception\InvalidArgumentException; class OptionsTest extends \PHPUnit_Framework_TestCase diff --git a/tests/ZendTest/Stdlib/PriorityQueueTest.php b/tests/ZendTest/Stdlib/PriorityQueueTest.php index 47373fa04b9..6c5ce77b2eb 100644 --- a/tests/ZendTest/Stdlib/PriorityQueueTest.php +++ b/tests/ZendTest/Stdlib/PriorityQueueTest.php @@ -11,7 +11,6 @@ namespace ZendTest\Stdlib; use Zend\Stdlib\PriorityQueue; -use SplPriorityQueue; /** * @category Zend diff --git a/tests/ZendTest/Stdlib/TestAsset/HydratorStrategyEntityB.php b/tests/ZendTest/Stdlib/TestAsset/HydratorStrategyEntityB.php index e3be42ae192..d31f8c73c3b 100644 --- a/tests/ZendTest/Stdlib/TestAsset/HydratorStrategyEntityB.php +++ b/tests/ZendTest/Stdlib/TestAsset/HydratorStrategyEntityB.php @@ -10,7 +10,6 @@ namespace ZendTest\Stdlib\TestAsset; -use Zend\InputFilter\InputFilterAwareInterface; class HydratorStrategyEntityB { diff --git a/tests/ZendTest/Validator/DateStepTest.php b/tests/ZendTest/Validator/DateStepTest.php index 3a32638b07c..c782094f8e6 100644 --- a/tests/ZendTest/Validator/DateStepTest.php +++ b/tests/ZendTest/Validator/DateStepTest.php @@ -12,7 +12,6 @@ use Zend\Validator; use DateTime; -use DateTimeZone; use DateInterval; /** diff --git a/tests/ZendTest/Validator/TestAsset/SessionManager.php b/tests/ZendTest/Validator/TestAsset/SessionManager.php index 62fe07f1ee4..894734953d3 100644 --- a/tests/ZendTest/Validator/TestAsset/SessionManager.php +++ b/tests/ZendTest/Validator/TestAsset/SessionManager.php @@ -11,9 +11,6 @@ namespace ZendTest\Validator\TestAsset; use Zend\Session\AbstractManager; -use Zend\Session\Configuration as SessionConfiguration; -use Zend\Session\Storage as SessionStorage; -use Zend\Session\SaveHandler as SessionSaveHandler; use Zend\EventManager\EventManagerInterface; class SessionManager extends AbstractManager diff --git a/tests/ZendTest/View/Helper/AbstractTest.php b/tests/ZendTest/View/Helper/AbstractTest.php index 858370e638d..65165220430 100644 --- a/tests/ZendTest/View/Helper/AbstractTest.php +++ b/tests/ZendTest/View/Helper/AbstractTest.php @@ -11,7 +11,6 @@ namespace ZendTest\View\Helper; use PHPUnit_Framework_TestCase as TestCase; -use Zend\View\Helper\AbstractHelper; use ZendTest\View\Helper\TestAsset\ConcreteHelper; /** diff --git a/tests/ZendTest/View/Helper/RenderChildModelTest.php b/tests/ZendTest/View/Helper/RenderChildModelTest.php index 97d2afdd88a..36f7919bd03 100644 --- a/tests/ZendTest/View/Helper/RenderChildModelTest.php +++ b/tests/ZendTest/View/Helper/RenderChildModelTest.php @@ -11,7 +11,6 @@ namespace ZendTest\View\Helper; use PHPUnit_Framework_TestCase as TestCase; -use Zend\View\Helper\RenderChildModel; use Zend\View\Model\ViewModel; use Zend\View\Renderer\PhpRenderer; use Zend\View\Resolver\TemplateMapResolver; diff --git a/tests/ZendTest/View/Model/JsonModelTest.php b/tests/ZendTest/View/Model/JsonModelTest.php index 45686d41fb6..0d20dceb804 100644 --- a/tests/ZendTest/View/Model/JsonModelTest.php +++ b/tests/ZendTest/View/Model/JsonModelTest.php @@ -10,11 +10,8 @@ namespace ZendTest\View\Model; -use ArrayObject; -use stdClass; use PHPUnit_Framework_TestCase as TestCase; use Zend\View\Model\JsonModel; -use Zend\View\Variables as ViewVariables; use Zend\Json\Json; /** diff --git a/tests/ZendTest/View/Renderer/FeedRendererTest.php b/tests/ZendTest/View/Renderer/FeedRendererTest.php index eab1bfac789..f517f5cae6c 100644 --- a/tests/ZendTest/View/Renderer/FeedRendererTest.php +++ b/tests/ZendTest/View/Renderer/FeedRendererTest.php @@ -11,7 +11,6 @@ namespace ZendTest\View\Renderer; use PHPUnit_Framework_TestCase as TestCase; -use Zend\Feed\Writer\Factory as FeedFactory; use Zend\View\Model\ModelInterface as Model; use Zend\View\Model\FeedModel; use Zend\View\Model\ViewModel; diff --git a/tests/ZendTest/View/Resolver/AggregateResolverTest.php b/tests/ZendTest/View/Resolver/AggregateResolverTest.php index fa7736733c7..07b07387ffe 100644 --- a/tests/ZendTest/View/Resolver/AggregateResolverTest.php +++ b/tests/ZendTest/View/Resolver/AggregateResolverTest.php @@ -10,7 +10,6 @@ namespace ZendTest\View\Resolver; -use ArrayObject; use PHPUnit_Framework_TestCase as TestCase; use Zend\View\Resolver; diff --git a/tests/ZendTest/View/Strategy/PhpRendererStrategyTest.php b/tests/ZendTest/View/Strategy/PhpRendererStrategyTest.php index ac5dc30f5b2..67be6143651 100644 --- a/tests/ZendTest/View/Strategy/PhpRendererStrategyTest.php +++ b/tests/ZendTest/View/Strategy/PhpRendererStrategyTest.php @@ -12,10 +12,8 @@ use PHPUnit_Framework_TestCase as TestCase; use Zend\EventManager\EventManager; -use Zend\Http\Request as HttpRequest; use Zend\Http\Response as HttpResponse; use Zend\View\Helper\Placeholder\Registry as PlaceholderRegistry; -use Zend\View\Model\ModelInterface as Model; use Zend\View\Renderer\PhpRenderer; use Zend\View\Strategy\PhpRendererStrategy; use Zend\View\ViewEvent; diff --git a/tests/ZendTest/View/TestAsset/Invokable.php b/tests/ZendTest/View/TestAsset/Invokable.php index 3c8aa72de21..8b87501a5ab 100644 --- a/tests/ZendTest/View/TestAsset/Invokable.php +++ b/tests/ZendTest/View/TestAsset/Invokable.php @@ -10,7 +10,6 @@ namespace ZendTest\View\TestAsset; -use Zend\View\Renderer\RendererInterface as Renderer; use Zend\View\Helper\AbstractHelper as Helper; class Invokable extends Helper diff --git a/tests/ZendTest/View/TestAsset/Uninvokable.php b/tests/ZendTest/View/TestAsset/Uninvokable.php index 3dbfbf6d8fe..1869d786242 100644 --- a/tests/ZendTest/View/TestAsset/Uninvokable.php +++ b/tests/ZendTest/View/TestAsset/Uninvokable.php @@ -10,7 +10,6 @@ namespace ZendTest\View\TestAsset; -use Zend\View\Renderer\RendererInterface as Renderer; use Zend\View\Helper\AbstractHelper as Helper; class Uninvokable extends Helper diff --git a/tests/ZendTest/XmlRpc/BigIntegerValueTest.php b/tests/ZendTest/XmlRpc/BigIntegerValueTest.php index c9de984415d..bb75aeff68a 100644 --- a/tests/ZendTest/XmlRpc/BigIntegerValueTest.php +++ b/tests/ZendTest/XmlRpc/BigIntegerValueTest.php @@ -14,7 +14,6 @@ use Zend\XmlRpc\Value\BigInteger; use Zend\XmlRpc\Exception; use Zend\XmlRpc\Generator\GeneratorInterface as Generator; -use Zend\Math\BigInteger as MathBigInteger; /** * @category Zend diff --git a/tests/ZendTest/XmlRpc/ClientTest.php b/tests/ZendTest/XmlRpc/ClientTest.php index c1651e6b230..a25bd022120 100644 --- a/tests/ZendTest/XmlRpc/ClientTest.php +++ b/tests/ZendTest/XmlRpc/ClientTest.php @@ -12,7 +12,6 @@ use Zend\Http\Client\Adapter; use Zend\Http; -use Zend\Http\Request as HttpRequest; use Zend\Http\Response as HttpResponse; use Zend\XmlRpc\Client; use Zend\XmlRpc\AbstractValue; diff --git a/tests/ZendTest/XmlRpc/ValueTest.php b/tests/ZendTest/XmlRpc/ValueTest.php index 0c44f02bfae..cdc4b387f28 100644 --- a/tests/ZendTest/XmlRpc/ValueTest.php +++ b/tests/ZendTest/XmlRpc/ValueTest.php @@ -15,7 +15,6 @@ use Zend\XmlRpc\AbstractValue; use Zend\XmlRpc\Value; use Zend\XmlRpc\Generator\GeneratorInterface as Generator; -use Zend\Math\BigInteger; /** * Test case for Value