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