Skip to content

Commit

Permalink
Update tests/VObject/InvalidValueParamTest.php
Browse files Browse the repository at this point in the history
better naming in test case

Co-authored-by: giuseppe-arcuti <[email protected]>
  • Loading branch information
chris-szu and giuseppe-arcuti committed Jun 16, 2023
1 parent 2371b9d commit 864bc82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/VObject/InvalidValueParamTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function testWorkaround()
DTSTAMP:20230317T130521Z
DTSTART;TZID=Europe/Paris:20170530T200000
LAST-MODIFIED:20230316T155811Z
LOCATION;VALUE=ERROR:ERROR
LOCATION;VALUE=ERROR:EXAMPLE
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:AG MP3
Expand All @@ -26,6 +26,6 @@ public function testWorkaround()
ICS;

$doc = Reader::read($event);
$this->assertEquals("LOCATION:ERROR\r\n", $doc->VEVENT->LOCATION->serialize());
$this->assertEquals("LOCATION:EXAMPLEr\n", $doc->VEVENT->LOCATION->serialize());
}
}

0 comments on commit 864bc82

Please sign in to comment.