We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b4fb8 commit ec3d41fCopy full SHA for ec3d41f
tests/ConnectionTest.php
@@ -64,6 +64,8 @@ public function testDynamic()
64
65
public function testQueryLog()
66
{
67
+ DB::enableQueryLog();
68
+
69
$this->assertEquals(0, count(DB::getQueryLog()));
70
71
DB::collection('items')->get();
0 commit comments