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