PhpBench\Tests\Unit\Report\Renderer\XsltRendererTest::testRenderNotExistingTemplate PHP Метод

testRenderNotExistingTemplate() публичный Метод

It should throw an exception if the XSLT template does not exist.
    public function testRenderNotExistingTemplate()
    {
        $reports = $this->getReportsDocument();
        $this->renderReport($reports, ['file' => $this->defaultReport, 'template' => 'not_existing.xsl']);
    }