Skip to content

Commit 9dc62cf

Browse files
committed
Fix test and codestyle after updating BRICS countries
1 parent a6b09a3 commit 9dc62cf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/Country/Groups/BRICS.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
namespace PrinsFrank\Standards\Country\Groups;
55

6-
use PHPUnit\Framework\Constraint\Count;
76
use PrinsFrank\Standards\Country\CountryAlpha2;
87

98
/**

tests/Unit/Country/Groups/BRICSTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ public function testAllAlpha2(): void {
1818
CountryAlpha2::India,
1919
CountryAlpha2::China,
2020
CountryAlpha2::South_Africa,
21+
CountryAlpha2::Egypt,
22+
CountryAlpha2::Ethiopia,
23+
CountryAlpha2::Iran,
24+
CountryAlpha2::United_Arab_Emirates,
2125
],
2226
BRICS::allAlpha2()
2327
);

0 commit comments

Comments
 (0)