Browse Source

Clean up unused use statements

Yves P 10 years ago
parent
commit
9f8f1f3906
1 changed files with 0 additions and 5 deletions
  1. 0 5
      tests/TestCase/View/CellTest.php

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

@@ -15,14 +15,9 @@
 namespace Cake\Test\TestCase\View;
 
 use Cake\Cache\Cache;
-use Cake\Controller\Controller;
 use Cake\Core\Configure;
 use Cake\Core\Plugin;
-use Cake\Event\EventManager;
-use Cake\ORM\TableRegistry;
 use Cake\TestSuite\TestCase;
-use Cake\View\Cell;
-use Cake\View\CellTrait;
 use TestApp\View\CustomJsonView;
 
 /**