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

dev #47780 : test feedback : fix test failure

parent e170436a
Branches
Tags
3 merge requests!1864Master,!1859Dev#47780 digital ressources plugins,!1857Dev#47780 digital ressources plugins
......@@ -670,6 +670,13 @@ class AssimilRechercheControllerWithFacetTest extends AbstractControllerTestCase
public function setUp() {
parent::setUp();
$this->mock_sql = $this->mock()
->whenCalled('fetchAll')
->answers([]);
Zend_Registry::set('sql', $this->mock_sql);
$this->dispatch('/opac/recherche/simple/expressionRecherche/*/facette/TAssimil', 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