Exemple #1
0
 public function testDelete()
 {
     $client = new Client();
     return $client->deleteDatabase("test_foobar");
 }