]> git.mxchange.org Git - friendica.git/commitdiff
Switched to another legacy module
authorMichael <heluecht@pirati.ca>
Mon, 8 Nov 2021 07:32:46 +0000 (07:32 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 8 Nov 2021 07:32:46 +0000 (07:32 +0000)
tests/src/App/ModuleTest.php

index a928a96bfbd8a4a44baea639a0938712e4d6d2e7..c5d4e11faa3f98d43b5aeb91a831bae545f35a4a 100644 (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'     => [