[skip ci] Remove accidental run-tests.php line

This commit is contained in:
Ilija Tovilo 2023-03-06 15:04:40 +01:00
parent 9944f58d3f
commit 486fb80947
No known key found for this signature in database
GPG key ID: A4F5D403F118200A

View file

@ -675,7 +675,6 @@ function main(): void
if (!$phpdbg) {
$phpdbg = get_binary($php, 'phpdbg', 'sapi/phpdbg/phpdbg');
}
$phpdbg = null;
putenv("TEST_PHP_EXECUTABLE=$php");
$environment['TEST_PHP_EXECUTABLE'] = $php;