Skip to content
Snippets Groups Projects

Hotline #19838 affichage series

Merged Ghost User requested to merge hotline_#19838_affichage_series into hotline_6.60
Compare and
+ 48
21
Preferences
Compare changes
Files
@@ -2130,6 +2130,11 @@ class NoticeIntegrationLeChatonDansLaSouriciereTest extends NoticeIntegrationTes
}
/** @test */
public function noticeShouldNotHaveTomes() {
$this->assertEquals([],$this->_notice->getNoticesMemeSeries());
}
/** @test */
public function clefChapeauShouldBeMiniSourisNoire() {
$this->assertEquals('MINI SOURIS NOIRE', $this->_notice->getClefChapeau());
@@ -2195,7 +2200,6 @@ class NoticeIntegrationOblivionTest extends NoticeIntegrationTestCase {
$this->assertEquals('Action', Class_CodifCentreInteret::find(25)->getLibelle());
}
/** @test */
public function genreShouldBeFilm() {
$genre = $this->_notice->getGenres()[0];