Skip to content

Commit

Permalink
Fix 019 getdebug test when response has "processing"
Browse files Browse the repository at this point in the history
  • Loading branch information
bix0r committed Jan 11, 2024
1 parent 5c9ff6e commit 7eb16d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/019.solrclient_getdebug.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ foreach ( $lines as $line) {
0 === strpos($line, 'Hostname') ||
0 === strpos($line, 'TCP_NODELAY') ||
0 === strpos($line, 'Accept-Encoding') ||
0 === strpos($line, 'Curl_http_done')
0 === strpos($line, 'Curl_http_done') ||
0 === strpos($line, 'processing:')
) {
$print = false;
} else {
Expand Down

0 comments on commit 7eb16d7

Please sign in to comment.