Пример #1
0
 protected function setUp()
 {
     if (!self::$supported) {
         $this->markTestSkipped('Redis is not running.');
     }
     parent::setUp();
 }
 protected function setUp()
 {
     if (!self::$supported) {
         $this->markTestSkipped('MongoDB is not running or the mongodb/mongodb package ist not installed.');
     }
     $this->client = new Client();
     parent::setUp();
 }