getResponse(); $view = new View\Implement\Blade($this->templatesFolder, $this->cacheFolder); $result = $view->render($response, $this->templateName); $this->assertEquals($this->template, $result->getBody()->getContents()); } }