88use CyrilVerloop \Codingame \Training \Easy \ASCIIArt \ASCIIArt ;
99
1010/**
11- * @coversDefaultClass \CyrilVerloop\Codingame\Training\Easy\ASCIIArt\ASCIIArt
11+ * Tests for the "ASCII Art" puzzle.
12+ *
13+ * @covers \CyrilVerloop\Codingame\Training\Easy\ASCIIArt\ASCIIArt
1214 * @group ASCIIArt
1315 */
1416final class ASCIIArtTest extends PuzzleTest
@@ -26,7 +28,6 @@ public function setUp(): void
2628 /**
2729 * Test that the code can be executed for "Test only one letter: E".
2830 *
29- * @covers ::execute
3031 * @group ASCIIArt_onlyOneLetterE
3132 */
3233 public function testCanExecuteTestOnlyOneLetterE (): void
@@ -40,7 +41,6 @@ public function testCanExecuteTestOnlyOneLetterE(): void
4041 /**
4142 * Test that the code can be executed for "Test MANHATTAN".
4243 *
43- * @covers ::execute
4444 * @group ASCIIArt_testMANHATTAN
4545 */
4646 public function testCanExecuteTestMANHATTAN (): void
@@ -54,7 +54,6 @@ public function testCanExecuteTestMANHATTAN(): void
5454 /**
5555 * Test that the code can be executed for "Test ManhAtTan".
5656 *
57- * @covers ::execute
5857 * @group ASCIIArt_testManhAtTan
5958 */
6059 public function testCanExecuteTestDifferentCaseManhAtTan (): void
@@ -68,7 +67,6 @@ public function testCanExecuteTestDifferentCaseManhAtTan(): void
6867 /**
6968 * Test that the code can be executed for "Test M@NH@TT@N".
7069 *
71- * @covers ::execute
7270 * @group ASCIIArt_testM@NH@TT@N
7371 */
7472 public function testCanExecuteTestMatNHatTTatN (): void
@@ -82,7 +80,6 @@ public function testCanExecuteTestMatNHatTTatN(): void
8280 /**
8381 * Test that the code can be executed for "MANHATTAN with another ASCII representation".
8482 *
85- * @covers ::execute
8683 * @group ASCIIArt_MANHATTANWithAnotherASCIIRepresentation
8784 */
8885 public function testCanExecuteMANHATTANWithAnotherASCIIRepresentation (): void
@@ -96,7 +93,6 @@ public function testCanExecuteMANHATTANWithAnotherASCIIRepresentation(): void
9693 /**
9794 * Test that the code can be executed for "Test MAN HAT TAN".
9895 *
99- * @covers ::execute
10096 * @group ASCIIArt_TestMAN_HAT_TAN
10197 */
10298 public function testCanExecuteTestMAN_HAT_TAN (): void
0 commit comments