diff options
Diffstat (limited to 'tests/app/Encodings/CP850Test.php')
| -rw-r--r-- | tests/app/Encodings/CP850Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Encodings/CP850Test.php b/tests/app/Encodings/CP850Test.php index 9b06694113..7e426ed78a 100644 --- a/tests/app/Encodings/CP850Test.php +++ b/tests/app/Encodings/CP850Test.php @@ -45,7 +45,7 @@ class CP850Test extends TestCase $actual = $encoding->toUtf8($character); $expected = iconv(CP850::NAME, UTF8::NAME, $character); - $this->assertSame($expected, $actual, dechex($code_point) . '=>' . $actual . ' ' . $expected); + static::assertSame($expected, $actual, dechex($code_point) . '=>' . $actual . ' ' . $expected); } } } |
