Skip to content

Commit

Permalink
improve coverage for webdav format tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmunro committed Oct 30, 2018
1 parent 9dedcc7 commit c3a845e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/phpunit/webdav_formats.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public function test_import_ical() {
UID:uid4@example.com
DTSTART;TZID=US-Eastern:19970714T133000
DUE:19980415T235959
DTEND:19990415T235959
STATUS:NEEDS-ACTION
SUMMARY:Submit Income Taxes
BEGIN:VALARM
Expand All @@ -89,7 +90,7 @@ public function test_import_ical() {
END:VTODO
END:VCALENDAR';
$this->assertTrue($parser->import($card));
$this->assertEquals(16, count($parser->parsed_data()));
$this->assertEquals(17, count($parser->parsed_data()));
}
}
?>

0 comments on commit c3a845e

Please sign in to comment.