Skip to content
Snippets Groups Projects
Commit 2d7727cd authored by Laurent's avatar Laurent
Browse files

hotline #55142 test fix

parent da3fb812
Branches
Tags
2 merge requests!2334Master,!2133Hotline#55142 1 dtouch
Pipeline #1313 failed with stage
in 10 minutes and 50 seconds
......@@ -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',
......
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