Exemple #1
0
 protected function setUp()
 {
     parent::setUp();
     if (!class_exists('Imagick')) {
         $this->markTestSkipped('Imagick is not installed');
     }
 }
Exemple #2
0
 protected function setUp()
 {
     parent::setUp();
     if (!function_exists('gd_info')) {
         $this->markTestSkipped('Gd not installed');
     }
 }
Exemple #3
0
 public function testColorize()
 {
     $this->setExpectedException('RuntimeException');
     parent::testColorize();
 }