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', 'path',
'title', 'title',
'description', 'description',
'author' => ['author', 'url'], 'author',
'url', 'url',
'namespace', 'namespace',
'status', 'enabled',
'dependencies', 'dependencies'
'operations' => ['enabled', 'hasConfigView']
]] ]]
]); ]);
} }