mageekguy\atoum\scripts\runner::setPhpPath PHP Метод

setPhpPath() публичный Метод

public setPhpPath ( $phpPath )
    public function setPhpPath($phpPath)
    {
        $this->runner->setPhpPath($phpPath);
        return $this;
    }