mageekguy\atoum\runner::getPhpPath PHP Method

getPhpPath() public method

public getPhpPath ( )
    public function getPhpPath()
    {
        return $this->php->getBinaryPath();
    }

Usage Example

示例#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::getPhpPath
runner