CakePdf\Test\TestCase\Pdf\CakePdfTest::testNonExistingEngineException PHP Method

testNonExistingEngineException() public method

Tests exception to be thrown for a non existing engine
    public function testNonExistingEngineException()
    {
        $config = ['engine' => 'NonExistingEngine'];
        $pdf = new CakePdf($config);
    }