Browse Source

Fix up imports

Mark Story 7 years ago
parent
commit
1714f379c7
1 changed files with 0 additions and 2 deletions
  1. 0 2
      tests/TestCase/Routing/RouterTest.php

+ 0 - 2
tests/TestCase/Routing/RouterTest.php

@@ -24,8 +24,6 @@ use Cake\Routing\Router;
 use Cake\Routing\Route\Route;
 use Cake\TestSuite\TestCase;
 use RuntimeException;
-use stdClass;
-
 
 /**
  * RouterTest class