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