diff --git a/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php b/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php index 519a84701d629898db883347709ed8da506b6506..f6ec64e54b6be5423a0fcbb5930dc36fa112f51c 100644 --- a/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php +++ b/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php @@ -2216,10 +2216,11 @@ class NoticeAjaxControllerRessourceEpubPictoTypeTest extends AbstractControllerT public function withPictoInSkinShouldUseIt() { $album = $this->fixture('Class_Album', ['id' => 12, + 'titre' => 'Cowboy Bebop', 'type_doc_id' => Class_TypeDoc::EPUB, 'ressources' => [$this->fixture('Class_AlbumRessource', ['id' => 22, - 'titre' => 'Cowboy Bebop', + 'titre' => 'Cowboy Bebop epub', 'fichier' => 'my.epub'])]]); $this->fixture('Class_Notice',