Fix html view test for PHP < 7
This commit is contained in:
parent
485ba46838
commit
d5c76a0f01
@ -31,11 +31,12 @@ class TestHtmlView extends HtmlView {
|
|||||||
|
|
||||||
class HtmlViewTest extends ViewTest {
|
class HtmlViewTest extends ViewTest {
|
||||||
|
|
||||||
protected $template_path = __DIR__ . "/../../test_views/";
|
protected $template_path;
|
||||||
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
$this->template_path = __DIR__ . "/../../test_views/";
|
||||||
$this->view = new TestHtmlView($this->container);
|
$this->view = new TestHtmlView($this->container);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user