Skip to content
Snippets Groups Projects
Commit a220f34a authored by Ghislain Loas's avatar Ghislain Loas Committed by efalcy
Browse files

fix test failures

parent 4dba61a1
Branches
Tags
6 merge requests!529Hotline 6.56,!512Master,!500Hotline 6.55,!498Master,!496Hotline 6.54,!495Hotline 16499 karvi
......@@ -746,6 +746,21 @@ extends CalendarViewHelperTestCase {
'published' => false
])
->answers(array($this->nanook2, $this->opac4, $this->amber))
->whenCalled('getArticlesByPreferences')
->with([
'display_order' => 'EventDebut',
'id_categorie' => '',
'events_only' => true,
'event_date' => '2011-12-25',
'id_bib' => 0,
'id_lieu' => '',
'custom_fields' => [],
'events_only' => true,
'published' => false
])
->answers(array($this->nanook2, $this->opac4, $this->amber))
->getWrapper()
->beStrict();
......
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