Commit ec3d41f3 authored by duxet's avatar duxet

Fix query log test

parent 59b4fb84
......@@ -64,6 +64,8 @@ class ConnectionTest extends TestCase {
public function testQueryLog()
{
DB::enableQueryLog();
$this->assertEquals(0, count(DB::getQueryLog()));
DB::collection('items')->get();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment