]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/L10nTest.php
Fix a lot of notices/warnings/deprecation notes in the test directory
[friendica.git] / tests / src / Core / L10nTest.php
index 66a96892d0d26b5c3a931abf4b035f8972fef7ac..f58c4cd4ddc0dbabe47587953eedb1da1d9d9e73 100644 (file)
@@ -19,7 +19,7 @@
  *
  */
 
-namespace Friendica\Test\src\Core\L10n;
+namespace Friendica\Test\src\Core;
 
 use Friendica\Core\L10n;
 use Friendica\Test\MockedTest;
@@ -109,6 +109,6 @@ class L10nTest extends MockedTest
         */
        public function testDetectLanguage(array $server, array $get, string $default, string $assert)
        {
-               $this->assertEquals($assert, L10n::detectLanguage($server, $get, $default));
+               self::assertEquals($assert, L10n::detectLanguage($server, $get, $default));
        }
 }