Skip to content
Snippets Groups Projects
Commit eb61ba13 authored by gloas's avatar gloas
Browse files

correction test JSON

parent 9cc619f6
No related merge requests found
......@@ -280,6 +280,12 @@ class PanierNoticeAssociatedToCatalogueTest extends Storm_Test_ModelTestCase {
$this->_catalogue_films->removePanierNotice($this->_fictions);
$this->assertEquals([], $this->_catalogue_films->getPanierNotices());
}
/** @test **/
public function getDomaineIdsShoudlReturn6() {
$this->assertEquals('6', $this->_fictions->getDomaineIds());
}
}
......
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