Bug with drop tables and tables seems fixed in the server
This commit is contained in:
parent
09301d4890
commit
b05e420f84
|
@ -50,7 +50,7 @@ class DBTest extends \phpunit_framework_testcase
|
|||
public function testQuery()
|
||||
{
|
||||
$client = new Client;
|
||||
$db = $client->createDatabase("test_" . uniqid(true));
|
||||
$db = $client->createDatabase("test_xxx");
|
||||
$db->createUser("root", "root");
|
||||
|
||||
$db->insert("foobar", ['type' => '/foobar', 'karma' => 10]);
|
||||
|
|
Loading…
Reference in New Issue
Block a user