summaryrefslogtreecommitdiff
path: root/tests/app/Schema/Migration15Test.php
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2024-05-09 14:03:51 +0100
committerGreg Roach <greg@subaqua.co.uk>2024-05-09 16:27:48 +0100
commita6d4916949516e3eeaad5077f18f158b867e0927 (patch)
treed7e1f177515558978c2da1c4ee615c6aa8bd6014 /tests/app/Schema/Migration15Test.php
parent6e15323fe957e251f945a9574b52ff7c5c2dac5d (diff)
downloadwebtrees-a6d4916949516e3eeaad5077f18f158b867e0927.tar.gz
webtrees-a6d4916949516e3eeaad5077f18f158b867e0927.tar.bz2
webtrees-a6d4916949516e3eeaad5077f18f158b867e0927.zip
Clean up tests
Diffstat (limited to 'tests/app/Schema/Migration15Test.php')
-rw-r--r--tests/app/Schema/Migration15Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app/Schema/Migration15Test.php b/tests/app/Schema/Migration15Test.php
index fb6ecf0052..f56aae1217 100644
--- a/tests/app/Schema/Migration15Test.php
+++ b/tests/app/Schema/Migration15Test.php
@@ -27,6 +27,6 @@ class Migration15Test extends TestCase
{
public function testClass(): void
{
- $this->assertTrue(class_exists(Migration15::class));
+ self::assertTrue(class_exists(Migration15::class));
}
}