diff --git a/tests/Feature/Database/BackupsTest.php b/tests/Feature/Database/BackupsTest.php index a7d56358492..7777bd962dd 100644 --- a/tests/Feature/Database/BackupsTest.php +++ b/tests/Feature/Database/BackupsTest.php @@ -30,7 +30,7 @@ function backupsTestPhpCommand(string $script, array $args = []): string { - $command = escapeshellarg(PHP_BINARY).' -r '.escapeshellarg($script); + $command = escapeshellarg(PHP_BINARY).' -n -r '.escapeshellarg($script); foreach ($args as $arg) { $command .= ' '.$arg;