Skip to content
Snippets Groups Projects
Commit 8ac2bfe9 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

dev #65273 : fix failures

parent 7b19f58c
Branches
Tags
3 merge requests!2409Master,!2399Dev#65273 s91 contractuel cavy export des articles agenda en json,!2392Dev#65273 s91 contractuel cavy export des articles agenda en json
Pipeline #2828 passed with stage
in 21 minutes and 45 seconds
......@@ -857,7 +857,7 @@ class CmsControllerCalendarActionIcalExportSimpleRecurrentTest
/** @test */
public function recurrenceShouldBeWeeklyUntil2018_05_15WithoutTime() {
$this->assertContains('RRULE:FREQ=WEEKLY;INTERVAL=1;UNTIL=20180515T000000Z;BYDAY="MO,WE,SU"',
$this->assertContains('RRULE:FREQ=WEEKLY;INTERVAL=1;UNTIL=20180515T000000Z;BYDAY=MO,WE,SU',
$this->_ical);
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment