diff --git a/test/Renderer/PdfTest.php b/test/Renderer/PdfTest.php index b001c10..f213e80 100644 --- a/test/Renderer/PdfTest.php +++ b/test/Renderer/PdfTest.php @@ -27,6 +27,7 @@ public function setUp() if (!constant('TESTS_ZEND_BARCODE_PDF_SUPPORT')) { $this->markTestSkipped('Enable TESTS_ZEND_BARCODE_PDF_SUPPORT to test PDF render'); } + parent::setUp(); } protected function getRendererObject($options = null)