From 5fb21af5fc92ba27e59ed1016c1da6364caf6704 Mon Sep 17 00:00:00 2001 From: Matthias Meusburger <matthias.meusburger@biblibre.com> Date: Thu, 22 Oct 2015 15:54:27 +0200 Subject: [PATCH] dev#25569: Add category selection for most recent sites. - Fix tests. --- .../application/modules/opac/controllers/SitoControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/application/modules/opac/controllers/SitoControllerTest.php b/tests/application/modules/opac/controllers/SitoControllerTest.php index 34055f583d7..b74c9e38ee5 100644 --- a/tests/application/modules/opac/controllers/SitoControllerTest.php +++ b/tests/application/modules/opac/controllers/SitoControllerTest.php @@ -171,7 +171,7 @@ class SitoControllerViewRecentTest extends SitoControllerTestCase { } -class SitoControllerViewRecentTestCase extends SitoControllerViewCategoryAndRecentTestCase { +abstract class SitoControllerViewRecentTestCase extends SitoControllerViewCategoryAndRecentTestCase { public function setUp() { parent::setUp(); -- GitLab