Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rapidwebltd/php-countries
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Hall committed Mar 21, 2018
2 parents e6ac201 + 3dcbb51 commit 662b282
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Unit/MissingDataFileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ public function testRetrievingAllCountriesWithNoDataFile()
$this->expectException(\Exception::class);
$countries = (new Countries())->all();
}

}

0 comments on commit 662b282

Please sign in to comment.