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