Fix test of getting plugin data
This commit is contained in:
parent
42a2cff7da
commit
74d5a98f6d
|
|
@ -156,12 +156,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