Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 6085234

Browse files
committed
use PhpRenderer
1 parent 079c8ae commit 6085234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Helper/HeadScriptTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class HeadScriptTest extends \PHPUnit_Framework_TestCase
4040
public function setUp()
4141
{
4242
$this->basePath = __DIR__ . '/_files/modules';
43-
$this->view = new View();
43+
$this->view = new Zend\View\Renderer\PhpRenderer();
4444
$this->helper = new Helper\HeadScript();
4545
$this->helper->setView($this->view);
4646
}

0 commit comments

Comments
 (0)