Skip to content
Snippets Groups Projects
Commit bf4baae6 authored by Demian Katz's avatar Demian Katz
Browse files

Fix broken tests.

parent ca02497a
No related merge requests found
...@@ -37,7 +37,7 @@ namespace VuFindTest\Unit; ...@@ -37,7 +37,7 @@ namespace VuFindTest\Unit;
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link https://vufind.org/wiki/development:testing:unit_tests Wiki * @link https://vufind.org/wiki/development:testing:unit_tests Wiki
*/ */
abstract class ViewHelperTestCase extends TestCase abstract class ViewHelperTestCase extends DbTestCase
{ {
/** /**
* Get a working renderer. * Get a working renderer.
......
...@@ -38,7 +38,7 @@ use VuFindSearch\Query\Query; ...@@ -38,7 +38,7 @@ use VuFindSearch\Query\Query;
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @link https://vufind.org/wiki/development:testing:unit_tests Wiki * @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. * Standard setup method.
......
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