Skip to content

Commit

Permalink
Fix test and codestyle after updating BRICS countries
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinsFrank committed Jan 1, 2025
1 parent a6b09a3 commit 9dc62cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Country/Groups/BRICS.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

namespace PrinsFrank\Standards\Country\Groups;

use PHPUnit\Framework\Constraint\Count;
use PrinsFrank\Standards\Country\CountryAlpha2;

/**
Expand Down
4 changes: 4 additions & 0 deletions tests/Unit/Country/Groups/BRICSTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
);
Expand Down

0 comments on commit 9dc62cf

Please sign in to comment.