From 56a9839e6ba09bdedbd7e6c33c29a7f2e6e78ba2 Mon Sep 17 00:00:00 2001 From: Andreas Lemke Date: Tue, 14 Aug 2018 15:55:46 +0200 Subject: [PATCH] Update DETest.php --- test/Provider/DETest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Provider/DETest.php b/test/Provider/DETest.php index c1ade5d..286b905 100644 --- a/test/Provider/DETest.php +++ b/test/Provider/DETest.php @@ -38,7 +38,6 @@ public function dateProvider() array('2018-10-31', DE::STATE_SH, array('name' => 'Reformationstag')), array('2018-11-21', DE::STATE_BB, null), array('2018-11-21', DE::STATE_SN, array('name' => 'Buß- und Bettag')), - array('2018-10-31', DE::STATE_SH, null), ); } }