diff --git a/tests/PluginControllerTest.php b/tests/PluginControllerTest.php index f84cf4dc..da3507fa 100644 --- a/tests/PluginControllerTest.php +++ b/tests/PluginControllerTest.php @@ -168,12 +168,11 @@ class PluginControllerTest extends TestCase 'path', 'title', 'description', - 'author' => ['author', 'url'], + 'author', 'url', 'namespace', - 'status', - 'dependencies', - 'operations' => ['enabled', 'hasConfigView'] + 'enabled', + 'dependencies' ]] ]); }