Skip to content

Commit 9a8aec9

Browse files
committed
Fixing test group for "The gift".
1 parent 5ffb585 commit 9a8aec9

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
### Fixed
1414
- Test group for "Temperatures".
15+
- Test group for "The gift".
1516

1617
## [2.1.0] - 2022-02-10
1718
### Added

tests/Training/Medium/TheGift/TheGiftTest.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function setUp(): void
2323
/**
2424
* Test that the code can be executed for "Example 1".
2525
*
26-
* @group conwaySequence_example1
26+
* @group theGift_example1
2727
*/
2828
public function testCanExecuteExample1(): void
2929
{
@@ -36,7 +36,7 @@ public function testCanExecuteExample1(): void
3636
/**
3737
* Test that the code can be executed for "Example 2".
3838
*
39-
* @group conwaySequence_example2
39+
* @group theGift_example2
4040
*/
4141
public function testCanExecuteExample2(): void
4242
{
@@ -49,7 +49,7 @@ public function testCanExecuteExample2(): void
4949
/**
5050
* Test that the code can be executed for "Example 3".
5151
*
52-
* @group conwaySequence_example3
52+
* @group theGift_example3
5353
*/
5454
public function testCanExecuteExample3(): void
5555
{
@@ -62,7 +62,7 @@ public function testCanExecuteExample3(): void
6262
/**
6363
* Test that the code can be executed for "Impossible".
6464
*
65-
* @group conwaySequence_impossible
65+
* @group theGift_impossible
6666
*/
6767
public function testCanExecuteImpossible(): void
6868
{
@@ -75,7 +75,7 @@ public function testCanExecuteImpossible(): void
7575
/**
7676
* Test that the code can be executed for "Sort".
7777
*
78-
* @group conwaySequence_sort
78+
* @group theGift_sort
7979
*/
8080
public function testCanExecuteSort(): void
8181
{
@@ -88,7 +88,7 @@ public function testCanExecuteSort(): void
8888
/**
8989
* Test that the code can be executed for "Budget limit".
9090
*
91-
* @group conwaySequence_budgetLimit
91+
* @group theGift_budgetLimit
9292
*/
9393
public function testCanExecuteBudgetLimit(): void
9494
{
@@ -101,7 +101,7 @@ public function testCanExecuteBudgetLimit(): void
101101
/**
102102
* Test that the code can be executed for "Several solutions budget".
103103
*
104-
* @group conwaySequence_severalSolutionsBudget
104+
* @group theGift_severalSolutionsBudget
105105
*/
106106
public function testCanExecuteSeveralSolutionsBudget(): void
107107
{
@@ -114,7 +114,7 @@ public function testCanExecuteSeveralSolutionsBudget(): void
114114
/**
115115
* Test that the code can be executed for "Several solution fast".
116116
*
117-
* @group conwaySequence_severalSolutionFast
117+
* @group theGift_severalSolutionFast
118118
*/
119119
public function testCanExecuteSeveralSolutionFast(): void
120120
{
@@ -127,7 +127,7 @@ public function testCanExecuteSeveralSolutionFast(): void
127127
/**
128128
* Test that the code can be executed for "Big random".
129129
*
130-
* @group conwaySequence_bigRandom
130+
* @group theGift_bigRandom
131131
*/
132132
public function testCanExecuteBigRandom(): void
133133
{

0 commit comments

Comments
 (0)