From e166944d0ad35dbeddf9b5474de9fd687954eb51 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 21 Aug 2015 11:12:55 -0400 Subject: [PATCH] Changed default theme for tests. --- module/VuFind/src/VuFindTest/Unit/ViewHelperTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFindTest/Unit/ViewHelperTestCase.php b/module/VuFind/src/VuFindTest/Unit/ViewHelperTestCase.php index f8c0f8ec452..99ae2b0951d 100644 --- a/module/VuFind/src/VuFindTest/Unit/ViewHelperTestCase.php +++ b/module/VuFind/src/VuFindTest/Unit/ViewHelperTestCase.php @@ -47,7 +47,7 @@ abstract class ViewHelperTestCase extends TestCase * * @return \Zend\View\Renderer\PhpRenderer */ - protected function getPhpRenderer($plugins = [], $theme = 'blueprint') + protected function getPhpRenderer($plugins = [], $theme = 'bootstrap3') { $resolver = new \Zend\View\Resolver\TemplatePathStack(); -- GitLab