@@ -23,7 +23,7 @@ public function setUp(): void
2323 /**
2424 * Test that the code can be executed for "Simple test case".
2525 *
26- * @group unary_simpleTestCase
26+ * @group temperatures_simpleTestCase
2727 */
2828 public function testCanExecuteSimpleTestCase (): void
2929 {
@@ -36,7 +36,7 @@ public function testCanExecuteSimpleTestCase(): void
3636 /**
3737 * Test that the code can be executed for "Only negative numbers".
3838 *
39- * @group unary_onlyNegativeNumbers
39+ * @group temperatures_onlyNegativeNumbers
4040 */
4141 public function testCanExecuteOnlyNegativeNumbers (): void
4242 {
@@ -49,7 +49,7 @@ public function testCanExecuteOnlyNegativeNumbers(): void
4949 /**
5050 * Test that the code can be executed for "Choose the right temperature".
5151 *
52- * @group unary_chooseTheRightTemperature
52+ * @group temperatures_chooseTheRightTemperature
5353 */
5454 public function testCanExecuteChooseTheRightTemperature (): void
5555 {
@@ -62,7 +62,7 @@ public function testCanExecuteChooseTheRightTemperature(): void
6262 /**
6363 * Test that the code can be executed for "Choose the right temperature 2".
6464 *
65- * @group unary_chooseTheRightTemperature2
65+ * @group temperatures_chooseTheRightTemperature2
6666 */
6767 public function testCanExecuteChooseTheRightTemperature2 (): void
6868 {
@@ -75,7 +75,7 @@ public function testCanExecuteChooseTheRightTemperature2(): void
7575 /**
7676 * Test that the code can be executed for "Complex test case".
7777 *
78- * @group unary_complexTestCase
78+ * @group temperatures_complexTestCase
7979 */
8080 public function testCanExecuteComplexTestCase (): void
8181 {
@@ -88,7 +88,7 @@ public function testCanExecuteComplexTestCase(): void
8888 /**
8989 * Test that the code can be executed for "No temperature".
9090 *
91- * @group unary_noTemperature
91+ * @group temperatures_noTemperature
9292 */
9393 public function testCanExecuteNoTemperature (): void
9494 {
0 commit comments