diff options
Diffstat (limited to '205.patch')
-rw-r--r-- | 205.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/205.patch b/205.patch new file mode 100644 index 0000000..f2bf9d8 --- /dev/null +++ b/205.patch @@ -0,0 +1,24 @@ +From d5130afc45c09f953ee10999df7eb419dcc8e7a9 Mon Sep 17 00:00:00 2001 +From: Remi Collet <remi@remirepo.net> +Date: Tue, 31 Oct 2017 07:46:56 +0100 +Subject: [PATCH] Fix #196 don't test deprecated abbreviations + +--- + test/TimezoneTest.php | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/test/TimezoneTest.php b/test/TimezoneTest.php +index d9c3a0ff..7488ee36 100644 +--- a/test/TimezoneTest.php ++++ b/test/TimezoneTest.php +@@ -117,10 +117,7 @@ public function testAbbreviationsByTypeAsString($value, $valid) + public function abbreviationProvider() + { + return [ +- ['bnt', true], // Brunei Darussalam Time + ['cest', true], // Central European Summer Time +- ['easst', true], // Easter Island Summer Time +- ['egst', true], // Eastern Greenland Summer Time + ['hkt', true], // Hong Kong Time + ['nzdt', true], // New Zealand Daylight Time + ['sast', true], // South Africa Standard Time |