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 7ac2020 commit 01dcd45Copy full SHA for 01dcd45
tests/StatementTest.php
@@ -155,6 +155,7 @@ public function testStatisticsInsert()
155
'scannedFull' => 0,
156
'scannedIndex' => 0,
157
'filtered' => 0,
158
+ 'httpRequests' => 0
159
], filtered($extra['stats'])
160
);
161
@@ -193,6 +194,7 @@ public function testStatisticsSelectRemove()
193
194
195
'scannedIndex' => 3,
196
197
198
199
200
@@ -231,6 +233,7 @@ public function testStatisticsSelect()
231
233
'scannedFull' => 1000,
232
234
235
'filtered' => 500,
236
237
238
239
0 commit comments