Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 454679626c - Show all commits

View File

@ -31,11 +31,12 @@ class TestHtmlView extends HtmlView {
class HtmlViewTest extends ViewTest {
protected $template_path = __DIR__ . "/../../test_views/";
protected $template_path;
public function setUp()
{
parent::setUp();
$this->template_path = __DIR__ . "/../../test_views/";
$this->view = new TestHtmlView($this->container);
}