Switched to another legacy module
This commit is contained in:
parent
0353a8f2cb
commit
e2ff7aef66
|
@ -144,10 +144,8 @@ class ModuleTest extends DatabaseTest
|
||||||
],
|
],
|
||||||
'legacy' => [
|
'legacy' => [
|
||||||
'assert' => LegacyModule::class,
|
'assert' => LegacyModule::class,
|
||||||
// API is one of the last modules to switch from legacy to new BaseModule
|
'name' => 'display',
|
||||||
// so this should be a stable test case until we completely switch ;-)
|
'command' => 'display/test/it',
|
||||||
'name' => 'api',
|
|
||||||
'command' => 'api/test/it',
|
|
||||||
'privAdd' => false,
|
'privAdd' => false,
|
||||||
],
|
],
|
||||||
'new' => [
|
'new' => [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user