mscherer 6 years ago
parent
commit
fb5ba4bd37
2 changed files with 2 additions and 4 deletions
  1. 1 1
      tests/config/routes.php
  2. 1 3
      tests/test_app/Plugin.php

+ 1 - 1
tests/config/routes.php

@@ -2,9 +2,9 @@
 
 namespace Tools\Test\App\Config;
 
-use Cake\Routing\Route\DashedRoute;
 use Cake\Routing\RouteBuilder;
 use Cake\Routing\Router;
+use Cake\Routing\Route\DashedRoute;
 
 Router::defaultRouteClass(DashedRoute::class);
 

+ 1 - 3
tests/test_app/Plugin.php

@@ -4,7 +4,5 @@ namespace App;
 
 use Tools\Plugin as ToolsPlugin;
 
-class Plugin extends ToolsPlugin
-{
-
+class Plugin extends ToolsPlugin {
 }