コード例 #1
0
ファイル: WebfingerTest.php プロジェクト: visapi/amun
 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);
 }