From e2ff7aef66c06db2beeca00ae63f918271e4bd1a Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 8 Nov 2021 07:32:46 +0000 Subject: [PATCH] Switched to another legacy module --- tests/src/App/ModuleTest.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/src/App/ModuleTest.php b/tests/src/App/ModuleTest.php index a928a96bfb..c5d4e11faa 100644 --- a/tests/src/App/ModuleTest.php +++ b/tests/src/App/ModuleTest.php @@ -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' => [