diff options
Diffstat (limited to 'tests/app/Module/RelativesTabModuleTest.php')
| -rw-r--r-- | tests/app/Module/RelativesTabModuleTest.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/app/Module/RelativesTabModuleTest.php b/tests/app/Module/RelativesTabModuleTest.php index 3c9546c179..efa2988b19 100644 --- a/tests/app/Module/RelativesTabModuleTest.php +++ b/tests/app/Module/RelativesTabModuleTest.php @@ -25,9 +25,6 @@ use PHPUnit\Framework\Attributes\CoversClass; #[CoversClass(RelativesTabModule::class)] class RelativesTabModuleTest extends TestCase { - /** - * Test that the class exists - */ public function testClassExists(): void { self::assertTrue(class_exists(RelativesTabModule::class)); |
