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