diff --git a/tests/view/PHPViewTest.php b/tests/view/PHPViewTest.php index 3af821b..4abe101 100644 --- a/tests/view/PHPViewTest.php +++ b/tests/view/PHPViewTest.php @@ -31,7 +31,7 @@ class PHPViewTest extends PHPUnit_Framework_TestCase vfsStreamWrapper::setRoot($root); $views_dir = vfsStream::newDirectory('views'); $this->template = new vfsStreamFile('test.phtml'); - $this->template->setContent(''); + $this->template->setContent(''); $views_dir->addChild($this->template); $root->addChild($views_dir);