Browse Source

Fix CS error.

ADmad 11 years ago
parent
commit
5777254422
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Error/ExceptionRendererTest.php

+ 1 - 1
tests/TestCase/Error/ExceptionRendererTest.php

@@ -24,8 +24,8 @@ use Cake\Controller\Error\MissingControllerException;
 use Cake\Controller\Error\PrivateActionException;
 use Cake\Core\App;
 use Cake\Core\Configure;
-use Cake\Core\Plugin;
 use Cake\Core\Error\MissingPluginException;
+use Cake\Core\Plugin;
 use Cake\Error;
 use Cake\Error\ExceptionRenderer;
 use Cake\Event\Event;