We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1012b commit 97c9fb5Copy full SHA for 97c9fb5
tests/CountriesTest.php
@@ -64,7 +64,7 @@ public function testIsCodeInEU()
64
65
// test for Brexit
66
$now = new DateTime('now');
67
- $y2021 = new DateTime('2021-01-01 00:00:00');
+ $y2021 = new DateTime('2020-12-31 23:59:59');
68
if ($now > $y2021) {
69
$this->assertFalse($countries->isCountryCodeInEU('GB'));
70
} else {
0 commit comments