diff --git a/tests/QueryTest.php b/tests/QueryTest.php index a24f88f..44e1eba 100644 --- a/tests/QueryTest.php +++ b/tests/QueryTest.php @@ -367,7 +367,7 @@ public function testLimitOffset() * * */ - public function testSelectQuery() + /*public function testSelectQuery() { $db = new \Filebase\Database([ 'dir' => __DIR__.'/databases/users_select', @@ -424,7 +424,7 @@ public function testSelectQuery() // print_r($test3); // $this->assertEquals(['JR MM','jrmm@email.com'], [$test2['name'],$test2['email']]); - } + }*/ /**