Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(acceptance): update acceptance tests with dst
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret authored Oct 13, 2017
1 parent fd993f0 commit 79502bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/bootstrap/DowntimeDSTContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ public function aDowntimeDuringAllDayOnSummerChangingDateIsScheduled()
public function aDowntimeOfNextDayOfSummerChangingDate()
{
$this->downtimeProperties = array(
'start_day' => '2021/03/28',
'start_day' => '2021/03/29',
'start_time' => '00:00',
'end_day' => '2021/03/28',
'end_day' => '2021/03/29',
'end_time' => '24:00',
'expected_start' => '2021-03-29 00:00',
'expected_end' => '2021-03-30 00:00',
Expand Down

0 comments on commit 79502bb

Please sign in to comment.