Skip to content
Snippets Groups Projects
Commit 3d7f4c7e authored by Patrick Barroca's avatar Patrick Barroca
Browse files

rel #24 : fix test failure ?

parent 76729122
2 merge requests!1677Hotline master,!1672Dev#24 storytime import des articles au format ical
......@@ -453,6 +453,12 @@ class ExternalAgendasAdminImportTest extends ExternalAgendasAdminTestCase {
}
public function tearDown() {
Class_WebService_ICalendar::setDefaultHttpClient(null);
parent::tearDown();
}
/** @test */
public function titleShouldBeMoissonageDesEvenements() {
$this->assertXPathContentContains('//h1', 'Moissonnage des évènements de l\'agenda "Personal Agenda"');
......
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