@@ -23,7 +23,7 @@ public function setUp(): void
23
23
/**
24
24
* Test that the code can be executed for "AACCTT".
25
25
*
26
- * @group surface_AACCTT
26
+ * @group genomeSequencing_AACCTT
27
27
*/
28
28
public function testCanExecuteAACCTT (): void
29
29
{
@@ -36,7 +36,7 @@ public function testCanExecuteAACCTT(): void
36
36
/**
37
37
* Test that the code can be executed for "AGATTACAGA".
38
38
*
39
- * @group surface_AGATTACAGA
39
+ * @group genomeSequencing_AGATTACAGA
40
40
*/
41
41
public function testCanExecuteAGATTACAGA (): void
42
42
{
@@ -49,7 +49,7 @@ public function testCanExecuteAGATTACAGA(): void
49
49
/**
50
50
* Test that the code can be executed for "AACTT".
51
51
*
52
- * @group surface_AACTT
52
+ * @group genomeSequencing_AACTT
53
53
*/
54
54
public function testCanExecuteAACTT (): void
55
55
{
@@ -62,7 +62,7 @@ public function testCanExecuteAACTT(): void
62
62
/**
63
63
* Test that the code can be executed for "AGATTA".
64
64
*
65
- * @group surface_AGATTA
65
+ * @group genomeSequencing_AGATTA
66
66
*/
67
67
public function testCanExecuteAGATTA (): void
68
68
{
@@ -75,7 +75,7 @@ public function testCanExecuteAGATTA(): void
75
75
/**
76
76
* Test that the code can be executed for "Reversed AGATTA".
77
77
*
78
- * @group surface_reversedAGATTA
78
+ * @group genomeSequencing_reversedAGATTA
79
79
*/
80
80
public function testCanExecuteReversedAGATTA (): void
81
81
{
@@ -88,7 +88,7 @@ public function testCanExecuteReversedAGATTA(): void
88
88
/**
89
89
* Test that the code can be executed for "ATCG".
90
90
*
91
- * @group surface_ATCG
91
+ * @group genomeSequencing_ATCG
92
92
*/
93
93
public function testCanExecuteReversedATCG (): void
94
94
{
@@ -101,7 +101,7 @@ public function testCanExecuteReversedATCG(): void
101
101
/**
102
102
* Test that the code can be executed for "CCCTGACATGA".
103
103
*
104
- * @group surface_CCCTGACATGA
104
+ * @group genomeSequencing_CCCTGACATGA
105
105
*/
106
106
public function testCanExecuteCCCTGACATGA (): void
107
107
{
0 commit comments