ソースを参照

Fixing style errors.

stickler-ci 7 年 前
コミット
c6e6e2b1d2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tests/TestCase/View/ViewTest.php

+ 1 - 1
tests/TestCase/View/ViewTest.php

@@ -536,7 +536,7 @@ class ViewTest extends TestCase
             $pluginPath . 'templates' . DS,
             TEST_APP . 'templates' . DS,
             TEST_APP . 'Plugin' . DS . 'TestPlugin' . DS . 'templates' . DS,
-            CORE_PATH . 'templates' . DS
+            CORE_PATH . 'templates' . DS,
         ];
         $this->assertPathEquals($expected, $paths);
     }