Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
mstilkerich authored and phil-davis committed Feb 12, 2021
1 parent 505e905 commit b5792d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Sabre/CardDAV/ValidateFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ public function data()
[$body1, [$filter12], 'anyof', false],
[$body1, [$filter13], 'anyof', false],
[$body1, [$filter14], 'anyof', true],
[$body1, [$filterEmailWithoutSpecificDomain], 'anyof', true, "EMAIL properties with other domain exists, so this should return true"],
[$body1, [$filterEmailWithoutSpecificDomain], 'anyof', true, 'EMAIL properties with other domain exists, so this should return true'],

// Param filter with text-match
[$body1, [$filter15], 'anyof', true, 'TEL;TYPE with value WORK exists, so this should return true' ],
[$body1, [$filter15], 'anyof', true, 'TEL;TYPE with value WORK exists, so this should return true'],
[$body1, [$filter16], 'anyof', true, 'Some TEL;TYPE that do not match WORK exist. Match result is inverted, so this should return true'],
[$body1, [$filterNoTelWithTypeOther], 'anyof', true, 'No TEL;TYPE contains OTHER. Match result is inverted, so this should return true'],

Expand Down

0 comments on commit b5792d3

Please sign in to comment.