Skip to content

Commit

Permalink
fix phpstan issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Sep 7, 2022
1 parent cef87df commit a0dd2a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ISO3166Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ public function testListBy(): void
public function testCountryNameCompare(): void
{
$country = (new ISO3166)->name('CÔTE D\'IVOIRE');
$this->assertEquals('CIV', $country['alpha3']);

static::assertEquals('CIV', $country['alpha3']);
}
}

0 comments on commit a0dd2a1

Please sign in to comment.