diff options
Diffstat (limited to 'tests/app/Module/FixPlaceNamesTest.php')
| -rw-r--r-- | tests/app/Module/FixPlaceNamesTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Module/FixPlaceNamesTest.php b/tests/app/Module/FixPlaceNamesTest.php index c23fbdc8be..731c3bb259 100644 --- a/tests/app/Module/FixPlaceNamesTest.php +++ b/tests/app/Module/FixPlaceNamesTest.php @@ -27,6 +27,6 @@ class FixPlaceNamesTest extends TestCase { public function testClass(): void { - $this->assertTrue(class_exists(FixPlaceNames::class)); + self::assertTrue(class_exists(FixPlaceNames::class)); } } |
