[Process] Removed unused variable assignment

This commit is contained in:
Mikael Pajunen 2015-01-01 15:52:57 +02:00
parent e09b4f9a5a
commit 5a14941a6f

View File

@ -120,8 +120,6 @@ class ExecutableFinderTest extends \PHPUnit_Framework_TestCase
$this->markTestSkipped('Requires the PHP_BINARY constant');
}
$execPath = __DIR__.'/SignalListener.php';
$this->setPath('');
ini_set('open_basedir', PHP_BINARY.PATH_SEPARATOR.'/');