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