diff --git a/tests/system/View/ViewTest.php b/tests/system/View/ViewTest.php index 7ec1adcbe80f..206cdc222d27 100644 --- a/tests/system/View/ViewTest.php +++ b/tests/system/View/ViewTest.php @@ -13,8 +13,8 @@ namespace CodeIgniter\View; -use CodeIgniter\Exceptions\RuntimeException; use CodeIgniter\Autoloader\FileLocatorInterface; +use CodeIgniter\Exceptions\RuntimeException; use CodeIgniter\Test\CIUnitTestCase; use CodeIgniter\View\Exceptions\ViewException; use Config;