From c3e20f78cf5310d678c23024ab03cce2015a5136 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 16 Nov 2021 14:24:18 +0545 Subject: [PATCH] Adjust time-range test expectations --- .../Sabre/CalDAV/Xml/Request/CalendarQueryReportTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Sabre/CalDAV/Xml/Request/CalendarQueryReportTest.php b/tests/Sabre/CalDAV/Xml/Request/CalendarQueryReportTest.php index 2d8b48e870..c8568e2528 100644 --- a/tests/Sabre/CalDAV/Xml/Request/CalendarQueryReportTest.php +++ b/tests/Sabre/CalDAV/Xml/Request/CalendarQueryReportTest.php @@ -137,14 +137,14 @@ public function testDeserializeComplex() [ 'name' => 'UID', 'is-not-defined' => false, - 'time-range' => false, + 'time-range' => [], 'text-match' => null, 'param-filters' => [], ], [ 'name' => 'X-PROP', 'is-not-defined' => false, - 'time-range' => false, + 'time-range' => [], 'text-match' => null, 'param-filters' => [ [ @@ -171,7 +171,7 @@ public function testDeserializeComplex() [ 'name' => 'X-PROP2', 'is-not-defined' => true, - 'time-range' => false, + 'time-range' => [], 'text-match' => null, 'param-filters' => [], ], @@ -188,7 +188,7 @@ public function testDeserializeComplex() [ 'name' => 'X-PROP4', 'is-not-defined' => false, - 'time-range' => false, + 'time-range' => [], 'text-match' => [ 'negate-condition' => false, 'collation' => 'i;ascii-casemap',