From 68ffbb8e9deebd94699671127e7c008c5d9d583e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Feb 2018 06:44:41 +0100 Subject: cleanup --- 205.patch | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 205.patch diff --git a/205.patch b/205.patch deleted file mode 100644 index f2bf9d8..0000000 --- a/205.patch +++ /dev/null @@ -1,24 +0,0 @@ -From d5130afc45c09f953ee10999df7eb419dcc8e7a9 Mon Sep 17 00:00:00 2001 -From: Remi Collet -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 -- cgit