diff --git a/tests/application/modules/admin/controllers/ZoneControllerTest.php b/tests/application/modules/admin/controllers/ZoneControllerTest.php index e340022aa666148ff669a4ca7a1ec412b960df30..54647bbd57396ee20f651bea1866eb9eb0d7c0d2 100644 --- a/tests/application/modules/admin/controllers/ZoneControllerTest.php +++ b/tests/application/modules/admin/controllers/ZoneControllerTest.php @@ -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(); diff --git a/tests/application/modules/opac/controllers/BibControllerTest.php b/tests/application/modules/opac/controllers/BibControllerTest.php index 924241e9fc9b9ea897902f8ebccf9232251555f0..632c528ae7432e1cf4ecd397f0639941ee65a629 100644 --- a/tests/application/modules/opac/controllers/BibControllerTest.php +++ b/tests/application/modules/opac/controllers/BibControllerTest.php @@ -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() {