mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-15 06:09:58 +08:00
Fix test of getting plugin data
This commit is contained in:
parent
7797d16b04
commit
f25fdad9dc
@ -168,12 +168,11 @@ class PluginControllerTest extends TestCase
|
||||
'path',
|
||||
'title',
|
||||
'description',
|
||||
'author' => ['author', 'url'],
|
||||
'author',
|
||||
'url',
|
||||
'namespace',
|
||||
'status',
|
||||
'dependencies',
|
||||
'operations' => ['enabled', 'hasConfigView']
|
||||
'enabled',
|
||||
'dependencies'
|
||||
]]
|
||||
]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user