Beispiel #1
0
 protected function setUp()
 {
     parent::setUp();
     if (!function_exists('apc_store')) {
         $this->markTestSkipped('APC is not installed');
     }
 }
Beispiel #2
0
 protected function setUp()
 {
     parent::setUp();
     if (!extension_loaded('memcache')) {
         $this->markTestSkipped('Memcache is not installed');
     }
 }
Beispiel #3
0
 protected function setUp()
 {
     parent::setUp();
     //TODO: Check that predis is being detected properly
     if (!class_exists('Predis\\Client')) {
         $this->markTestSkipped('Predis is not installed');
     }
 }
Beispiel #4
0
 protected function setUp()
 {
     parent::setUp();
 }