Skip to content
Snippets Groups Projects
Commit fc86d5e2 authored by Julian Maurice's avatar Julian Maurice
Browse files

hl #18130 Fix test in NoticeAjaxControllerTest

parent 520a6560
Branches
Tags
4 merge requests!715Master,!651Master,!647Stable,!646Hotline 6.60
......@@ -360,7 +360,7 @@ class NoticeAjaxControllerPhotosTest extends NoticeAjaxControllerLastFmTestCase
class NoticeAjaxControllerBibliographiesTest extends NoticeAjaxControllerLastFmTestCase {
public function setUp() {
parent::setUp();
$this->lastfm->whenCalled('getBibliographie')->with('Frodo')
$this->lastfm->whenCalled('getDiscographie')->with('Frodo')
->answers([['vignette' => '', 'titre' => '']]);
$this->dispatch('noticeajax/bibliographie?id_notice=777', true);
}
......
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