Skip to content

Commit 1f90197

Browse files
committed
Fix missing configs when running in CI
1 parent f6d41f9 commit 1f90197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pathological/test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
}
309309

310310
if (isset($_ENV['CI']) || isset($_SERVER['CI'])) {
311-
$command = ['php', 'convert.php'];
311+
$command = ['php', 'convert.php', \json_encode($case['configuration'] ?? [])];
312312
} else {
313313
$command = ['php', '-n', 'convert.php', \json_encode($case['configuration'] ?? [])];
314314
}

0 commit comments

Comments
 (0)