Switched to another legacy module

This commit is contained in:
Michael 2021-11-08 07:32:46 +00:00
parent 0353a8f2cb
commit e2ff7aef66
1 changed files with 2 additions and 4 deletions

View File

@ -144,10 +144,8 @@ class ModuleTest extends DatabaseTest
],
'legacy' => [
'assert' => LegacyModule::class,
// API is one of the last modules to switch from legacy to new BaseModule
// so this should be a stable test case until we completely switch ;-)
'name' => 'api',
'command' => 'api/test/it',
'name' => 'display',
'command' => 'display/test/it',
'privAdd' => false,
],
'new' => [