mageekguy\atoum\runner::setPhpPath PHP Méthode

setPhpPath() public méthode

public setPhpPath ( $path )
    public function setPhpPath($path)
    {
        $this->php->setBinaryPath($path);
        return $this;
    }

Usage Example

Exemple #1
0
 public function testSetPhpPath()
 {
     $this->if($runner = new testedClass())->then->object($runner->setPhpPath($phpPath = uniqid()))->isIdenticalTo($runner)->string($runner->getPhpPath())->isIdenticalTo($phpPath);
 }
All Usage Examples Of mageekguy\atoum\runner::setPhpPath
runner