From 79502bb7d5ff3eddeec971adeaf62fe65fdf1420 Mon Sep 17 00:00:00 2001 From: Kev Date: Fri, 13 Oct 2017 14:51:06 +0200 Subject: [PATCH] fix(acceptance): update acceptance tests with dst --- features/bootstrap/DowntimeDSTContext.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/bootstrap/DowntimeDSTContext.php b/features/bootstrap/DowntimeDSTContext.php index 8ee9b0e57ec..438841b5da6 100644 --- a/features/bootstrap/DowntimeDSTContext.php +++ b/features/bootstrap/DowntimeDSTContext.php @@ -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',