Browse Source

Rewmove unused imports of Configure class

Marc Würth 8 years ago
parent
commit
82db65bdd4
31 changed files with 0 additions and 31 deletions
  1. 0 1
      tests/TestCase/Cache/CacheTest.php
  2. 0 1
      tests/TestCase/Console/ConsoleIoTest.php
  3. 0 1
      tests/TestCase/Console/HelperRegistryTest.php
  4. 0 1
      tests/TestCase/Console/ShellDispatcherTest.php
  5. 0 1
      tests/TestCase/Console/ShellTest.php
  6. 0 1
      tests/TestCase/Controller/Component/FlashComponentTest.php
  7. 0 1
      tests/TestCase/Controller/Component/PaginatorComponentTest.php
  8. 0 1
      tests/TestCase/Controller/Component/RequestHandlerComponentTest.php
  9. 0 1
      tests/TestCase/Controller/ComponentTest.php
  10. 0 1
      tests/TestCase/Database/ConnectionTest.php
  11. 0 1
      tests/TestCase/Error/Middleware/ErrorHandlerMiddlewareTest.php
  12. 0 1
      tests/TestCase/Http/ActionDispatcherTest.php
  13. 0 1
      tests/TestCase/Http/BaseApplicationTest.php
  14. 0 1
      tests/TestCase/Http/ClientTest.php
  15. 0 1
      tests/TestCase/Http/ControllerFactoryTest.php
  16. 0 1
      tests/TestCase/Log/LogTest.php
  17. 0 1
      tests/TestCase/Network/Session/DatabaseSessionTest.php
  18. 0 1
      tests/TestCase/Network/SessionTest.php
  19. 0 1
      tests/TestCase/ORM/BehaviorRegistryTest.php
  20. 0 1
      tests/TestCase/ORM/Locator/TableLocatorTest.php
  21. 0 1
      tests/TestCase/ORM/TableTest.php
  22. 0 1
      tests/TestCase/ORM/TableUuidTest.php
  23. 0 1
      tests/TestCase/Routing/DispatcherFactoryTest.php
  24. 0 1
      tests/TestCase/Routing/Filter/ControllerFactoryFilterTest.php
  25. 0 1
      tests/TestCase/Shell/Task/ExtractTaskTest.php
  26. 0 1
      tests/TestCase/TestSuite/CookieEncryptedUsingControllerTest.php
  27. 0 1
      tests/TestCase/TestSuite/IntegrationTestCaseTest.php
  28. 0 1
      tests/TestCase/TestSuite/TestCaseTest.php
  29. 0 1
      tests/TestCase/View/CellTest.php
  30. 0 1
      tests/TestCase/View/HelperRegistryTest.php
  31. 0 1
      tests/test_app/TestApp/Error/TestAppsExceptionRenderer.php

+ 0 - 1
tests/TestCase/Cache/CacheTest.php

@@ -17,7 +17,6 @@ namespace Cake\Test\TestCase\Cache;
 use Cake\Cache\Cache;
 use Cake\Cache\CacheRegistry;
 use Cake\Cache\Engine\FileEngine;
-use Cake\Core\Configure;
 use Cake\Core\Plugin;
 use Cake\TestSuite\TestCase;
 

+ 0 - 1
tests/TestCase/Console/ConsoleIoTest.php

@@ -15,7 +15,6 @@
 namespace Cake\Test\TestCase\Console;
 
 use Cake\Console\ConsoleIo;
-use Cake\Core\Configure;
 use Cake\Log\Log;
 use Cake\TestSuite\TestCase;
 

+ 0 - 1
tests/TestCase/Console/HelperRegistryTest.php

@@ -14,7 +14,6 @@
 namespace Cake\Test\TestCase\Console;
 
 use Cake\Console\HelperRegistry;
-use Cake\Core\Configure;
 use Cake\Core\Plugin;
 use Cake\TestSuite\TestCase;
 

+ 0 - 1
tests/TestCase/Console/ShellDispatcherTest.php

@@ -16,7 +16,6 @@ namespace Cake\Test\TestCase\Console;
 
 use Cake\Console\Shell;
 use Cake\Console\ShellDispatcher;
-use Cake\Core\Configure;
 use Cake\Core\Plugin;
 use Cake\TestSuite\TestCase;
 

+ 0 - 1
tests/TestCase/Console/ShellTest.php

@@ -17,7 +17,6 @@ namespace Cake\Test\TestCase\Console;
 use Cake\Console\ConsoleIo;
 use Cake\Console\ConsoleOptionParser;
 use Cake\Console\Shell;
-use Cake\Core\Configure;
 use Cake\Core\Plugin;
 use Cake\Filesystem\Folder;
 use Cake\TestSuite\TestCase;

+ 0 - 1
tests/TestCase/Controller/Component/FlashComponentTest.php

@@ -17,7 +17,6 @@ namespace Cake\Test\TestCase\Controller\Component;
 use Cake\Controller\ComponentRegistry;
 use Cake\Controller\Component\FlashComponent;
 use Cake\Controller\Controller;
-use Cake\Core\Configure;
 use Cake\Http\ServerRequest;
 use Cake\Network\Session;
 use Cake\TestSuite\TestCase;

+ 0 - 1
tests/TestCase/Controller/Component/PaginatorComponentTest.php

@@ -17,7 +17,6 @@ namespace Cake\Test\TestCase\Controller\Component;
 use Cake\Controller\ComponentRegistry;
 use Cake\Controller\Component\PaginatorComponent;
 use Cake\Controller\Controller;
-use Cake\Core\Configure;
 use Cake\Datasource\ConnectionManager;
 use Cake\Datasource\EntityInterface;
 use Cake\Http\ServerRequest;

+ 0 - 1
tests/TestCase/Controller/Component/RequestHandlerComponentTest.php

@@ -16,7 +16,6 @@ namespace Cake\Test\TestCase\Controller\Component;
 
 use Cake\Controller\ComponentRegistry;
 use Cake\Controller\Component\RequestHandlerComponent;
-use Cake\Core\Configure;
 use Cake\Event\Event;
 use Cake\Http\ServerRequest;
 use Cake\Routing\DispatcherFactory;

+ 0 - 1
tests/TestCase/Controller/ComponentTest.php

@@ -16,7 +16,6 @@ namespace Cake\Test\TestCase\Controller;
 use Cake\Controller\ComponentRegistry;
 use Cake\Controller\Component\CookieComponent;
 use Cake\Controller\Controller;
-use Cake\Core\Configure;
 use Cake\Event\EventManager;
 use Cake\TestSuite\TestCase;
 use TestApp\Controller\ComponentTestController;

+ 0 - 1
tests/TestCase/Database/ConnectionTest.php

@@ -14,7 +14,6 @@
  */
 namespace Cake\Test\TestCase\Database;
 
-use Cake\Core\Configure;
 use Cake\Database\Connection;
 use Cake\Database\Driver\Mysql;
 use Cake\Database\Exception\NestedTransactionRollbackException;

+ 0 - 1
tests/TestCase/Error/Middleware/ErrorHandlerMiddlewareTest.php

@@ -14,7 +14,6 @@
  */
 namespace Cake\Test\TestCase\Error\Middleware;
 
-use Cake\Core\Configure;
 use Cake\Error\Middleware\ErrorHandlerMiddleware;
 use Cake\Http\Response;
 use Cake\Http\ServerRequestFactory;

+ 0 - 1
tests/TestCase/Http/ActionDispatcherTest.php

@@ -14,7 +14,6 @@
  */
 namespace Cake\Test\TestCase\Http;
 
-use Cake\Core\Configure;
 use Cake\Event\Event;
 use Cake\Http\ActionDispatcher;
 use Cake\Http\Response;

+ 0 - 1
tests/TestCase/Http/BaseApplicationTest.php

@@ -1,7 +1,6 @@
 <?php
 namespace Cake\Test\TestCase;
 
-use Cake\Core\Configure;
 use Cake\Http\Response;
 use Cake\Http\ServerRequestFactory;
 use Cake\TestSuite\TestCase;

+ 0 - 1
tests/TestCase/Http/ClientTest.php

@@ -13,7 +13,6 @@
  */
 namespace Cake\Test\TestCase\Http;
 
-use Cake\Core\Configure;
 use Cake\Http\Client;
 use Cake\Http\Client\Request;
 use Cake\Http\Client\Response;

+ 0 - 1
tests/TestCase/Http/ControllerFactoryTest.php

@@ -14,7 +14,6 @@
  */
 namespace Cake\Test\TestCase\Http;
 
-use Cake\Core\Configure;
 use Cake\Http\ControllerFactory;
 use Cake\Http\Response;
 use Cake\Http\ServerRequest;

+ 0 - 1
tests/TestCase/Log/LogTest.php

@@ -13,7 +13,6 @@
  */
 namespace Cake\Test\TestCase\Log;
 
-use Cake\Core\Configure;
 use Cake\Core\Plugin;
 use Cake\Log\Engine\FileLog;
 use Cake\Log\Log;

+ 0 - 1
tests/TestCase/Network/Session/DatabaseSessionTest.php

@@ -16,7 +16,6 @@
  */
 namespace Cake\Test\TestCase\Network\Session;
 
-use Cake\Core\Configure;
 use Cake\Datasource\ConnectionManager;
 use Cake\Network\Session;
 use Cake\Network\Session\DatabaseSession;

+ 0 - 1
tests/TestCase/Network/SessionTest.php

@@ -14,7 +14,6 @@
  */
 namespace Cake\Test\TestCase\Network;
 
-use Cake\Core\Configure;
 use Cake\Network\Session;
 use Cake\Network\Session\CacheSession;
 use Cake\Network\Session\DatabaseSession;

+ 0 - 1
tests/TestCase/ORM/BehaviorRegistryTest.php

@@ -14,7 +14,6 @@
  */
 namespace Cake\Test\TestCase\ORM;
 
-use Cake\Core\Configure;
 use Cake\Core\Plugin;
 use Cake\ORM\BehaviorRegistry;
 use Cake\ORM\Table;

+ 0 - 1
tests/TestCase/ORM/Locator/TableLocatorTest.php

@@ -14,7 +14,6 @@
  */
 namespace Cake\Test\TestCase\ORM\Locator;
 
-use Cake\Core\Configure;
 use Cake\Core\Plugin;
 use Cake\Datasource\ConnectionManager;
 use Cake\ORM\Locator\TableLocator;

+ 0 - 1
tests/TestCase/ORM/TableTest.php

@@ -16,7 +16,6 @@ namespace Cake\Test\TestCase\ORM;
 
 use ArrayObject;
 use Cake\Collection\Collection;
-use Cake\Core\Configure;
 use Cake\Core\Plugin;
 use Cake\Database\Exception;
 use Cake\Database\Expression\QueryExpression;

+ 0 - 1
tests/TestCase/ORM/TableUuidTest.php

@@ -14,7 +14,6 @@
  */
 namespace Cake\Test\TestCase\ORM;
 
-use Cake\Core\Configure;
 use Cake\Datasource\ConnectionManager;
 use Cake\ORM\Entity;
 use Cake\ORM\TableRegistry;

+ 0 - 1
tests/TestCase/Routing/DispatcherFactoryTest.php

@@ -14,7 +14,6 @@
  */
 namespace Cake\Test\TestCase\Routing;
 
-use Cake\Core\Configure;
 use Cake\Http\ServerRequest;
 use Cake\Routing\DispatcherFactory;
 use Cake\TestSuite\TestCase;

+ 0 - 1
tests/TestCase/Routing/Filter/ControllerFactoryFilterTest.php

@@ -14,7 +14,6 @@
  */
 namespace Cake\Test\TestCase\Routing\Filter;
 
-use Cake\Core\Configure;
 use Cake\Event\Event;
 use Cake\Http\Response;
 use Cake\Http\ServerRequest;

+ 0 - 1
tests/TestCase/Shell/Task/ExtractTaskTest.php

@@ -14,7 +14,6 @@
  */
 namespace Cake\Test\TestCase\Shell\Task;
 
-use Cake\Core\Configure;
 use Cake\Core\Plugin;
 use Cake\Filesystem\Folder;
 use Cake\TestSuite\TestCase;

+ 0 - 1
tests/TestCase/TestSuite/CookieEncryptedUsingControllerTest.php

@@ -14,7 +14,6 @@
  */
 namespace Cake\Test\TestCase\Controller;
 
-use Cake\Core\Configure;
 use Cake\Routing\DispatcherFactory;
 use Cake\Routing\Router;
 use Cake\TestSuite\IntegrationTestCase;

+ 0 - 1
tests/TestCase/TestSuite/IntegrationTestCaseTest.php

@@ -14,7 +14,6 @@
  */
 namespace Cake\Test\TestCase\TestSuite;
 
-use Cake\Core\Configure;
 use Cake\Event\EventManager;
 use Cake\Http\Response;
 use Cake\Routing\DispatcherFactory;

+ 0 - 1
tests/TestCase/TestSuite/TestCaseTest.php

@@ -14,7 +14,6 @@
  */
 namespace Cake\Test\TestCase\TestSuite;
 
-use Cake\Core\Configure;
 use Cake\Core\Plugin;
 use Cake\Datasource\ConnectionManager;
 use Cake\Event\Event;

+ 0 - 1
tests/TestCase/View/CellTest.php

@@ -15,7 +15,6 @@
 namespace Cake\Test\TestCase\View;
 
 use Cake\Cache\Cache;
-use Cake\Core\Configure;
 use Cake\Core\Plugin;
 use Cake\TestSuite\TestCase;
 use Cake\View\View;

+ 0 - 1
tests/TestCase/View/HelperRegistryTest.php

@@ -14,7 +14,6 @@
  */
 namespace Cake\Test\TestCase\View;
 
-use Cake\Core\Configure;
 use Cake\Core\Plugin;
 use Cake\TestSuite\TestCase;
 use Cake\View\Helper;

+ 0 - 1
tests/test_app/TestApp/Error/TestAppsExceptionRenderer.php

@@ -3,7 +3,6 @@
 namespace TestApp\Error;
 
 use Cake\Controller\Controller;
-use Cake\Core\Configure;
 use Cake\Error\ExceptionRenderer;
 use Cake\Http\Response;
 use Cake\Http\ServerRequest;