mirror of
https://github.com/friendica/friendica
synced 2025-05-10 23:44:10 +02:00
Fix wrong $this->assert...()
with `self::assert...()
This commit is contained in:
parent
b3e5621d37
commit
efaec26b1d
63 changed files with 1192 additions and 1192 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue