Skip to content

Commit

Permalink
Update DETest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ickbinhier authored Aug 14, 2018
1 parent 77edeb1 commit 3339136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Provider/DETest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')),
Expand Down

0 comments on commit 3339136

Please sign in to comment.