diff --git a/.phive/phars.xml b/.phive/phars.xml index 4d447d1..848f478 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,4 +1,4 @@ - + diff --git a/tests/test_app/plugins/TestTwigView/src/Plugin.php b/tests/test_app/plugins/TestTwigView/src/TestTwigViewPlugin.php similarity index 66% rename from tests/test_app/plugins/TestTwigView/src/Plugin.php rename to tests/test_app/plugins/TestTwigView/src/TestTwigViewPlugin.php index f551211..c9376df 100644 --- a/tests/test_app/plugins/TestTwigView/src/Plugin.php +++ b/tests/test_app/plugins/TestTwigView/src/TestTwigViewPlugin.php @@ -5,6 +5,6 @@ use Cake\Core\BasePlugin; -class Plugin extends BasePlugin +class TestTwigViewPlugin extends BasePlugin { }