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

hotline_#16652_search_with_bib_filter fix test failures

parent 35d2467b
Branches
Tags
4 merge requests!529Hotline 6.56,!519Master,!518Hotline 6.55,!507Hotline #16652 search with bib filter
......@@ -326,6 +326,9 @@ class BibControllerBibViewInexistantTest extends BibControllerWithZoneTestCase {
abstract class BibControllerSelectionTestCase extends AbstractControllerTestCase {
public function setUp() {
parent::setUp();
unset($_REQUEST['geo_zone']);
unset($_REQUEST['geo_bib']);
unset($_SESSION['selection_bib']);
$_SESSION['selection_bib'] = ['id_bibs' => []];
$this->fixture('Class_Zone',
......
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