Author: Victor Farazdagi
Inheritance: extends Base, implements Phrozn\Site\View
Example #1
0
    public function testNoSourcePathSpecified()
    {
        $this->setExpectedException('Exception', "View input file not specified");
        $view = new View();

        $rendered = $view->render();
    }