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