alexia\mar\tests::setPHPBinaryPath PHP Method

setPHPBinaryPath() public method

Set the location of the PHP binary.
public setPHPBinaryPath ( $path ) : void
return void
    public function setPHPBinaryPath($path)
    {
        $this->php = $path;
    }