Skip to content

Commit 486239b

Browse files
committed
Adjust time-range test expectations
1 parent 3e887ff commit 486239b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/Sabre/CalDAV/Xml/Request/CalendarQueryReportTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,14 @@ public function testDeserializeComplex()
137137
[
138138
'name' => 'UID',
139139
'is-not-defined' => false,
140-
'time-range' => false,
140+
'time-range' => [],
141141
'text-match' => null,
142142
'param-filters' => [],
143143
],
144144
[
145145
'name' => 'X-PROP',
146146
'is-not-defined' => false,
147-
'time-range' => false,
147+
'time-range' => [],
148148
'text-match' => null,
149149
'param-filters' => [
150150
[
@@ -171,7 +171,7 @@ public function testDeserializeComplex()
171171
[
172172
'name' => 'X-PROP2',
173173
'is-not-defined' => true,
174-
'time-range' => false,
174+
'time-range' => [],
175175
'text-match' => null,
176176
'param-filters' => [],
177177
],
@@ -188,7 +188,7 @@ public function testDeserializeComplex()
188188
[
189189
'name' => 'X-PROP4',
190190
'is-not-defined' => false,
191-
'time-range' => false,
191+
'time-range' => [],
192192
'text-match' => [
193193
'negate-condition' => false,
194194
'collation' => 'i;ascii-casemap',

0 commit comments

Comments
 (0)