コード例 #1
0
ファイル: PdfTest.php プロジェクト: rajanlamic/IntTest
 public function setUp()
 {
     if (!constant('TESTS_ZEND_BARCODE_PDF_SUPPORT')) {
         $this->markTestSkipped('Enable TESTS_ZEND_BARCODE_PDF_SUPPORT to test PDF render');
     }
     parent::setUp();
 }
コード例 #2
0
ファイル: ImageTest.php プロジェクト: haoyanfei/zf2
 public function testTopOffsetOverrideVerticalPosition()
 {
     $this->checkTTFRequirement();
     parent::testTopOffsetOverrideVerticalPosition();
 }