Skip to content

Commit d5c27e7

Browse files
committed
Disable extensions (like xdebug and blackfire) when running pathological tests
1 parent a8df15c commit d5c27e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pathological/test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
$timeout = \max(5, \min(60, $timeout));
292292
}
293293

294-
$command = ['php', 'convert.php'];
294+
$command = ['php', '-n', 'convert.php'];
295295
if (isset($case['extension'])) {
296296
$command[] = $case['extension'];
297297
}

0 commit comments

Comments
 (0)