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