diff --git a/src/Country/Groups/BRICS.php b/src/Country/Groups/BRICS.php index bde369c7..0c34585b 100644 --- a/src/Country/Groups/BRICS.php +++ b/src/Country/Groups/BRICS.php @@ -3,7 +3,6 @@ namespace PrinsFrank\Standards\Country\Groups; -use PHPUnit\Framework\Constraint\Count; use PrinsFrank\Standards\Country\CountryAlpha2; /** diff --git a/tests/Unit/Country/Groups/BRICSTest.php b/tests/Unit/Country/Groups/BRICSTest.php index 93e2ca62..47cb818a 100644 --- a/tests/Unit/Country/Groups/BRICSTest.php +++ b/tests/Unit/Country/Groups/BRICSTest.php @@ -18,6 +18,10 @@ public function testAllAlpha2(): void { CountryAlpha2::India, CountryAlpha2::China, CountryAlpha2::South_Africa, + CountryAlpha2::Egypt, + CountryAlpha2::Ethiopia, + CountryAlpha2::Iran, + CountryAlpha2::United_Arab_Emirates, ], BRICS::allAlpha2() );