Fix test of getting plugin data

This commit is contained in:
printempw 2018-08-11 23:36:28 +08:00
parent 42a2cff7da
commit 74d5a98f6d

View File

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