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

Changed default theme for tests.

parent 1821d90c
Branches
Tags
No related merge requests found
...@@ -47,7 +47,7 @@ abstract class ViewHelperTestCase extends TestCase ...@@ -47,7 +47,7 @@ abstract class ViewHelperTestCase extends TestCase
* *
* @return \Zend\View\Renderer\PhpRenderer * @return \Zend\View\Renderer\PhpRenderer
*/ */
protected function getPhpRenderer($plugins = [], $theme = 'blueprint') protected function getPhpRenderer($plugins = [], $theme = 'bootstrap3')
{ {
$resolver = new \Zend\View\Resolver\TemplatePathStack(); $resolver = new \Zend\View\Resolver\TemplatePathStack();
......
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