Exemplo n.º 1
0
 protected function setUp()
 {
     parent::setUp();
     if (!function_exists('apc_store')) {
         $this->markTestSkipped('APC is not installed');
     }
 }
Exemplo n.º 2
0
 protected function setUp()
 {
     parent::setUp();
     if (!extension_loaded('memcache')) {
         $this->markTestSkipped('Memcache is not installed');
     }
 }
Exemplo n.º 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');
     }
 }
Exemplo n.º 4
0
 protected function setUp()
 {
     parent::setUp();
 }