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',