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