Exemple #1
0
 protected function setUp()
 {
     parent::setUp();
     if (!$this->hasService('amun/webfinger')) {
         $this->markTestSkipped('Service webfinger not installed');
     }
 }
 protected function setUp()
 {
     parent::setUp();
     if (!$this->hasService('amun/login')) {
         $this->markTestSkipped('Service my not installed');
     }
 }
Exemple #3
0
 protected function setUp()
 {
     parent::setUp();
     $this->handler = $this->getHandler();
     $this->table = $this->handler->getTable();
 }