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