Fix test of getting plugin data
This commit is contained in:
parent
42a2cff7da
commit
74d5a98f6d
|
|
@ -156,12 +156,11 @@ class PluginControllerTest extends TestCase
|
||||||
'path',
|
'path',
|
||||||
'title',
|
'title',
|
||||||
'description',
|
'description',
|
||||||
'author' => ['author', 'url'],
|
'author',
|
||||||
'url',
|
'url',
|
||||||
'namespace',
|
'namespace',
|
||||||
'status',
|
'enabled',
|
||||||
'dependencies',
|
'dependencies'
|
||||||
'operations' => ['enabled', 'hasConfigView']
|
|
||||||
]]
|
]]
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user