From bf4baae62cf93a7c3d63aebf81aa195fc9972094 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 31 Oct 2017 16:14:31 -0400 Subject: [PATCH] Fix broken tests. --- module/VuFind/src/VuFindTest/Unit/ViewHelperTestCase.php | 2 +- .../src/VuFindTest/Connection/SolrAuthTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/VuFind/src/VuFindTest/Unit/ViewHelperTestCase.php b/module/VuFind/src/VuFindTest/Unit/ViewHelperTestCase.php index bbbc68549c1..669a9f72422 100644 --- a/module/VuFind/src/VuFindTest/Unit/ViewHelperTestCase.php +++ b/module/VuFind/src/VuFindTest/Unit/ViewHelperTestCase.php @@ -37,7 +37,7 @@ namespace VuFindTest\Unit; * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ -abstract class ViewHelperTestCase extends TestCase +abstract class ViewHelperTestCase extends DbTestCase { /** * Get a working renderer. diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Connection/SolrAuthTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Connection/SolrAuthTest.php index e299566f80d..22c7785e47b 100644 --- a/module/VuFind/tests/integration-tests/src/VuFindTest/Connection/SolrAuthTest.php +++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Connection/SolrAuthTest.php @@ -38,7 +38,7 @@ use VuFindSearch\Query\Query; * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link https://vufind.org/wiki/development:testing:unit_tests Wiki */ -class SolrAuthTest extends \VuFindTest\Unit\TestCase +class SolrAuthTest extends \VuFindTest\Unit\DbTestCase { /** * Standard setup method. -- GitLab