Skip to content

Commit 01dcd45

Browse files
committed
Reverted removal of httpRequest stat data.
1 parent 7ac2020 commit 01dcd45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/StatementTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ public function testStatisticsInsert()
155155
'scannedFull' => 0,
156156
'scannedIndex' => 0,
157157
'filtered' => 0,
158+
'httpRequests' => 0
158159
], filtered($extra['stats'])
159160
);
160161

@@ -193,6 +194,7 @@ public function testStatisticsSelectRemove()
193194
'scannedFull' => 0,
194195
'scannedIndex' => 3,
195196
'filtered' => 0,
197+
'httpRequests' => 0
196198
], filtered($extra['stats'])
197199
);
198200

@@ -231,6 +233,7 @@ public function testStatisticsSelect()
231233
'scannedFull' => 1000,
232234
'scannedIndex' => 0,
233235
'filtered' => 500,
236+
'httpRequests' => 0
234237
], filtered($extra['stats'])
235238
);
236239

0 commit comments

Comments
 (0)