We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
open_basedir
1 parent ff1cabb commit a35d6b8Copy full SHA for a35d6b8
Tests/ExecutableFinderTest.php
@@ -96,6 +96,9 @@ public function testFindWithExtraDirs()
96
$this->assertSamePath(\PHP_BINARY, $result);
97
}
98
99
+ /**
100
+ * @runInSeparateProcess
101
+ */
102
public function testFindWithOpenBaseDir()
103
{
104
if ('\\' === \DIRECTORY_SEPARATOR) {
@@ -114,6 +117,9 @@ public function testFindWithOpenBaseDir()
114
117
115
118
116
119
120
121
122
123
public function testFindProcessInOpenBasedir()
124
125
if (ini_get('open_basedir')) {
0 commit comments