Skip to content

Commit fea0f5b

Browse files
authored
Merge pull request #69 from bix0r/fix-019-debug-processing
Fix 019 getdebug test when response has "processing"
2 parents 5c9ff6e + 7eb16d7 commit fea0f5b

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)