예제 #1
0
 protected function setUp()
 {
     parent::setUp();
     if (!$this->hasService('amun/webfinger')) {
         $this->markTestSkipped('Service webfinger not installed');
     }
 }
예제 #2
0
 protected function setUp()
 {
     parent::setUp();
     if (!$this->hasService('amun/login')) {
         $this->markTestSkipped('Service my not installed');
     }
 }
예제 #3
0
파일: RestTest.php 프로젝트: visapi/amun
 protected function setUp()
 {
     parent::setUp();
     $this->handler = $this->getHandler();
     $this->table = $this->handler->getTable();
 }