From 2d7727cd770e219cc31c552dfb8b6b3ed36224ad Mon Sep 17 00:00:00 2001 From: Laurent Laffont <llaffont@afi-sa.fr> Date: Tue, 25 Apr 2017 15:30:43 +0200 Subject: [PATCH] hotline #55142 test fix --- .../modules/opac/controllers/NoticeAjaxControllerTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php b/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php index 519a84701d6..f6ec64e54b6 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', -- GitLab