PhroznTest\Site\View\CssTest::testNoSourcePathSpecified PHP Method

testNoSourcePathSpecified() public method

    public function testNoSourcePathSpecified()
    {
        $this->setExpectedException('RuntimeException', "View input file not specified");
        $view = new View();
        $rendered = $view->render();
    }