]> git.mxchange.org Git - friendica.git/commitdiff
Improve comment wording in ApiTest
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 28 Nov 2021 13:26:53 +0000 (08:26 -0500)
committerGitHub <noreply@github.com>
Sun, 28 Nov 2021 13:26:53 +0000 (08:26 -0500)
tests/src/Module/Api/ApiTest.php

index 7d8acc37a4d6482f3ecba4b21083d93de2baa953..98e9b2a03c1992203dd2b9ed4ae68e9b586afd29 100644 (file)
@@ -57,7 +57,7 @@ abstract class ApiTest extends FixtureTest
                        ->addRule(App::class, ['instanceOf' => AppDouble::class, 'shared' => true]);
                DI::init($this->dice);
 
-               // Manual overwrite for API testrs :-)
+               // Manual override to bypass API authentication
                DI::app()->setIsLoggedIn(true);
 
                $this->installAuthTest();