diff options
Diffstat (limited to 'tests/app/Http/RequestHandlers/TomSelectLocationTest.php')
| -rw-r--r-- | tests/app/Http/RequestHandlers/TomSelectLocationTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Http/RequestHandlers/TomSelectLocationTest.php b/tests/app/Http/RequestHandlers/TomSelectLocationTest.php index ea5ab08353..5359885bab 100644 --- a/tests/app/Http/RequestHandlers/TomSelectLocationTest.php +++ b/tests/app/Http/RequestHandlers/TomSelectLocationTest.php @@ -27,6 +27,6 @@ class TomSelectLocationTest extends TestCase { public function testClass(): void { - $this->assertTrue(class_exists(TomSelectLocation::class)); + self::assertTrue(class_exists(TomSelectLocation::class)); } } |
