createDatabase("test_foobar"); } /** * @expectedException RuntimeException */ public function testCreateException() { $client = new Client; return $client->createDatabase("test_foobar"); } }