示例#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 tearDown()
 {
     parent::tearDown();
     unset($this->handler);
     unset($this->table);
 }