]> git.mxchange.org Git - friendica.git/blobdiff - tests/legacy/ApiTest.php
Ensure query parameters are URL encoded in Arguments
[friendica.git] / tests / legacy / ApiTest.php
index f6f23263e53bb8c76eea78e999a1d202aa3343c0..1ff66efb6a92a0b9450cf47f91570f54dea0b404 100644 (file)
@@ -75,7 +75,7 @@ class ApiTest extends FixtureTest
                $this->app = DI::app();
 
                $this->app->argc = 1;
-               $this->app->argv = ['home'];
+               $this->app->argv = [''];
 
                // User data that the test database is populated with
                $this->selfUser   = [