Example #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');
     }
 }
Example #3
0
 protected function tearDown()
 {
     parent::tearDown();
     unset($this->handler);
     unset($this->table);
 }