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