diff options
Diffstat (limited to 'tests/app/Encodings/Windows1250Test.php')
| -rw-r--r-- | tests/app/Encodings/Windows1250Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Encodings/Windows1250Test.php b/tests/app/Encodings/Windows1250Test.php index 8708c6a46f..52242f370d 100644 --- a/tests/app/Encodings/Windows1250Test.php +++ b/tests/app/Encodings/Windows1250Test.php @@ -49,7 +49,7 @@ class Windows1250Test extends TestCase $expected = iconv(Windows1250::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); } } } |
