From 0df611eb0be51e59fa255e07a315a29e581a2f21 Mon Sep 17 00:00:00 2001 From: llaffont <llaffont@afi-sa.fr> Date: Sat, 19 Sep 2015 10:51:32 +0200 Subject: [PATCH] sandbox search suggests: fix tests --- .../modules/opac/controllers/RechercheControllerTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/application/modules/opac/controllers/RechercheControllerTest.php b/tests/application/modules/opac/controllers/RechercheControllerTest.php index f5536727e78..6ecd98f40ef 100644 --- a/tests/application/modules/opac/controllers/RechercheControllerTest.php +++ b/tests/application/modules/opac/controllers/RechercheControllerTest.php @@ -1837,7 +1837,8 @@ class RechercheControllerSimpleActionWithCatalogueAndDomainBrowserWidgetTest ext }) ->whenCalled('getFacettes') ->answers(['facettes' => [], - 'tags' => []]); + 'tags' => [], + 'suggests' => []]); Class_MoteurRecherche::setInstance($mock_moteur_recherche); -- GitLab