示例#1
0
 /**
  * @test
  * @author Christopher Hlubek <*****@*****.**>
  */
 public function databasesInformationWorks()
 {
     $response = $this->client->databaseInformation($this->databaseName);
     $this->assertEquals($this->databaseName, $response->db_name);
 }