コード例 #1
0
ファイル: DrawerTest.php プロジェクト: BeerMan88/yii
 protected function setUp()
 {
     parent::setUp();
     if (!class_exists('Gmagick')) {
         $this->markTestSkipped('Gmagick is not installed');
     }
 }
コード例 #2
0
ファイル: DrawerTest.php プロジェクト: noorafree/makmakan
 protected function setUp()
 {
     parent::setUp();
     if (!function_exists('gd_info')) {
         $this->markTestSkipped('Gd not installed');
     }
 }