コード例 #1
0
ファイル: ClientTest.php プロジェクト: admaykin/TYPO3.CouchDB
 /**
  * @test
  * @author Christopher Hlubek <*****@*****.**>
  */
 public function databasesInformationWorks()
 {
     $response = $this->client->databaseInformation($this->databaseName);
     $this->assertEquals($this->databaseName, $response->db_name);
 }