Skip to content

Commit 7eb16d7

Browse files
committed
Fix 019 getdebug test when response has "processing"
1 parent 5c9ff6e commit 7eb16d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/019.solrclient_getdebug.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ foreach ( $lines as $line) {
3333
0 === strpos($line, 'Hostname') ||
3434
0 === strpos($line, 'TCP_NODELAY') ||
3535
0 === strpos($line, 'Accept-Encoding') ||
36-
0 === strpos($line, 'Curl_http_done')
36+
0 === strpos($line, 'Curl_http_done') ||
37+
0 === strpos($line, 'processing:')
3738
) {
3839
$print = false;
3940
} else {

0 commit comments

Comments
 (0)