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