alexia\mar\tests::setPHPBinaryPath PHP Méthode

setPHPBinaryPath() public méthode

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