mageekguy\atoum\runner::getPhpPath PHP 메소드

getPhpPath() 공개 메소드

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

Usage Example

예제 #1
0
파일: runner.php 프로젝트: ssgonchar/atoum
 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