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