Skip to content

Commit

Permalink
Adjust time-range test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Dec 2, 2021
1 parent c33de59 commit c3e20f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Sabre/CalDAV/Xml/Request/CalendarQueryReportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
[
Expand All @@ -171,7 +171,7 @@ public function testDeserializeComplex()
[
'name' => 'X-PROP2',
'is-not-defined' => true,
'time-range' => false,
'time-range' => [],
'text-match' => null,
'param-filters' => [],
],
Expand All @@ -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',
Expand Down

0 comments on commit c3e20f7

Please sign in to comment.