Browse Source

Fix CS error.

ADmad 7 years ago
parent
commit
c801740f56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/ExceptionsTest.php

+ 1 - 1
tests/TestCase/ExceptionsTest.php

@@ -21,9 +21,9 @@ use Cake\Error\FatalErrorException;
 use Cake\ORM\Entity;
 use Cake\ORM\Exception\PersistenceFailedException;
 use Cake\TestSuite\TestCase;
+use Cake\View\Exception\MissingCellTemplateException;
 use Cake\View\Exception\MissingElementException;
 use Cake\View\Exception\MissingLayoutException;
-use Cake\View\Exception\MissingCellTemplateException;
 use Cake\View\Exception\MissingTemplateException;
 use Exception;