diff --git a/test/Provider/DETest.php b/test/Provider/DETest.php index c1c3409..c1ade5d 100644 --- a/test/Provider/DETest.php +++ b/test/Provider/DETest.php @@ -31,7 +31,7 @@ public function dateProvider() array('2014-06-19', DE::STATE_SH, null), array('2014-11-01', DE::STATE_BW, array('name' => 'Allerheiligen')), array('2014-11-01', DE::STATE_SH, null), - array('2016-10-31', DE::STATE_SH, null), + array('2016-10-31', DE::STATE_SH, array('name' => 'Reformationstag')), array('2016-10-31', DE::STATE_BB, array('name' => 'Reformationstag')), array('2017-10-31', DE::STATE_SH, array('name' => 'Reformationstag')), array('2017-10-31', DE::STATE_BB, array('name' => 'Reformationstag')),