Browse Source

Fixing style errors.

stickler-ci 7 years ago
parent
commit
e4e306a948
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Core/BasePluginTest.php

+ 1 - 1
tests/TestCase/Core/BasePluginTest.php

@@ -141,7 +141,7 @@ class BasePluginTest extends TestCase
             'bootstrap' => false,
             'console' => false,
             'middleware' => false,
-            'templatePath' => '/plates/'
+            'templatePath' => '/plates/',
         ]);
         $this->assertFalse($plugin->isEnabled('routes'));
         $this->assertFalse($plugin->isEnabled('bootstrap'));