protected function setUp() { parent::setUp(); if (!class_exists('Imagick')) { $this->markTestSkipped('Imagick is not installed'); } }
protected function setUp() { parent::setUp(); if (!function_exists('gd_info')) { $this->markTestSkipped('Gd not installed'); } }