Skip to content

Commit 5a14941

Browse files
committed
[Process] Removed unused variable assignment
1 parent e09b4f9 commit 5a14941

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/Process/Tests/ExecutableFinderTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ public function testFindProcessInOpenBasedir()
120120
$this->markTestSkipped('Requires the PHP_BINARY constant');
121121
}
122122

123-
$execPath = __DIR__.'/SignalListener.php';
124-
125123
$this->setPath('');
126124
ini_set('open_basedir', PHP_BINARY.PATH_SEPARATOR.'/');
127125

0 commit comments

Comments
 (0)