Fix test of getting plugin data

This commit is contained in:
printempw 2018-08-11 23:36:28 +08:00 committed by Pig Fang
parent 7797d16b04
commit f25fdad9dc

View File

@ -168,12 +168,11 @@ class PluginControllerTest extends TestCase
'path',
'title',
'description',
'author' => ['author', 'url'],
'author',
'url',
'namespace',
'status',
'dependencies',
'operations' => ['enabled', 'hasConfigView']
'enabled',
'dependencies'
]]
]);
}