Skip to content

Commit 8b692a1

Browse files
committed
Removed stats attribute 'httpRequests' from test assertion. It is not returned anymore...
1 parent 45616e4 commit 8b692a1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/StatementTest.php

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

@@ -194,7 +193,6 @@ public function testStatisticsSelectRemove()
194193
'scannedFull' => 0,
195194
'scannedIndex' => 3,
196195
'filtered' => 0,
197-
'httpRequests' => 0
198196
], filtered($extra['stats'])
199197
);
200198

@@ -233,7 +231,6 @@ public function testStatisticsSelect()
233231
'scannedFull' => 1000,
234232
'scannedIndex' => 0,
235233
'filtered' => 500,
236-
'httpRequests' => 0
237234
], filtered($extra['stats'])
238235
);
239236

0 commit comments

Comments
 (0)