mageekguy\atoum\runner::getPhpPath PHP Метод

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

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