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