コード例 #1
0
ファイル: OfflineTest.php プロジェクト: robertodormepoco/zf2
 public function testDeleteServer()
 {
     $result = $this->gogrid->delete('test-zf');
     $this->assertTrue($result->isSuccess());
 }
コード例 #2
0
 /**
  * testApiVersion
  *
  * @return void
  */
 public function testApiVersion()
 {
     $this->assertEquals($this->_job->getApiVersion(), Job::VERSION_API);
     $this->_job->setApiVersion('1.0');
     $this->assertEquals($this->_job->getApiVersion(), '1.0');
 }