]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/App/ModuleTest.php
Replaced most "api_get_user" calls with newer BaseApi calls
[friendica.git] / 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'     => [