mageekguy\atoum\runner::getPhp PHP Method

getPhp() public method

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

Usage Example

Beispiel #1
0
 public function testGetPhpPath()
 {
     $this->if($runner = new testedClass())->then->string($runner->getPhpPath())->isEqualTo($runner->getPhp()->getBinaryPath());
 }
runner