diff options
Diffstat (limited to 'tests/app/Encodings/Windows1251Test.php')
| -rw-r--r-- | tests/app/Encodings/Windows1251Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Encodings/Windows1251Test.php b/tests/app/Encodings/Windows1251Test.php index ac850138c8..62dfde745a 100644 --- a/tests/app/Encodings/Windows1251Test.php +++ b/tests/app/Encodings/Windows1251Test.php @@ -49,7 +49,7 @@ class Windows1251Test extends TestCase $expected = iconv(Windows1251::NAME, 'UTF-8//IGNORE', $character); $expected = $expected === '' ? UTF8::REPLACEMENT_CHARACTER : $expected; - $this->assertSame($expected, $actual, dechex($code_point) . '=>' . $actual . ' ' . $expected); + static::assertSame($expected, $actual, dechex($code_point) . '=>' . $actual . ' ' . $expected); } } } |
