File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Symfony/Component/Process/Tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if (!file_exists(__DIR__.'/vendor/symfony/phpunit-bridge/bin/simple-phpunit')) {
7
7
}
8
8
if (!getenv ('SYMFONY_PHPUNIT_VERSION ' )) {
9
9
if (\PHP_VERSION_ID >= 80300 ) {
10
- putenv ('SYMFONY_PHPUNIT_VERSION=12.0 ' );
10
+ putenv ('SYMFONY_PHPUNIT_VERSION=12.1 ' );
11
11
} else {
12
12
putenv ('SYMFONY_PHPUNIT_VERSION=11.5 ' );
13
13
}
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ public function testFindWithOpenBaseDir()
123
123
}
124
124
125
125
putenv ('PATH= ' .\dirname (\PHP_BINARY ));
126
- $ initialOpenBaseDir = ini_set ('open_basedir ' , \dirname (\PHP_BINARY ).\PATH_SEPARATOR .'/ ' );
126
+ $ initialOpenBaseDir = ini_set ('open_basedir ' , \dirname (\PHP_BINARY ).\PATH_SEPARATOR .'/ ' .\ PATH_SEPARATOR .\ PATH_SEPARATOR );
127
127
128
128
try {
129
129
$ finder = new ExecutableFinder ();
You can’t perform that action at this time.
0 commit comments