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

getPhp() 공개 메소드

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

Usage Example

예제 #1
0
파일: runner.php 프로젝트: ssgonchar/atoum
 public function testGetPhpPath()
 {
     $this->if($runner = new testedClass())->then->string($runner->getPhpPath())->isEqualTo($runner->getPhp()->getBinaryPath());
 }
runner