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

fix test failure

parent 56a92b30
Branches
Tags
4 merge requests!896Master,!811Stable,!808Stable,!804Hotline #23465 fix bib url
......@@ -46,6 +46,7 @@ abstract class ZoneControllerTestCase extends AbstractControllerTestCase {
}
class ZoneControllerIndexActionTest extends ZoneControllerTestCase {
public function setUp(){
parent::setUp();
......@@ -89,7 +90,7 @@ class ZoneControllerPlacerBibsActionTest extends ZoneControllerTestCase {
abstract class ZoneControllerPlacerBibsPostActionTestCase extends Admin_AbstractControllerTestCase {
abstract class ZoneControllerPlacerBibsPostActionTestCase extends ZoneControllerTestCase {
public function setUp() {
parent::setUp();
......
......@@ -197,7 +197,8 @@ class BibControllerIndexWithShowNewsTest extends BibControllerWithZoneTestCase {
}
class BibControllerMapViewTest extends BibControllerWithZoneTestCase {
abstract class BibControllerMapViewTest extends BibControllerWithZoneTestCase {
public function setUp() {
parent::setUp();
......@@ -208,6 +209,7 @@ class BibControllerMapViewTest extends BibControllerWithZoneTestCase {
}
class BibControllerMapViewWithProfilTest extends BibControllerMapViewTest {
public function setUp() {
......
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