From 74d5a98f6deb93b308d819c2baa2d226224f4bc8 Mon Sep 17 00:00:00 2001 From: printempw Date: Sat, 11 Aug 2018 23:36:28 +0800 Subject: [PATCH] Fix test of getting plugin data --- tests/PluginControllerTest.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/PluginControllerTest.php b/tests/PluginControllerTest.php index ba1d7374..81b1dbad 100644 --- a/tests/PluginControllerTest.php +++ b/tests/PluginControllerTest.php @@ -156,12 +156,11 @@ class PluginControllerTest extends TestCase 'path', 'title', 'description', - 'author' => ['author', 'url'], + 'author', 'url', 'namespace', - 'status', - 'dependencies', - 'operations' => ['enabled', 'hasConfigView'] + 'enabled', + 'dependencies' ]] ]); }