mageekguy\atoum\report\fields\runner\coverage::setPhp PHP Method

setPhp() public method

public setPhp ( mageekguy\atoum\php $php = null )
$php mageekguy\atoum\php
    public function setPhp(php $php = null)
    {
        $this->php = $php ?: new php();
        return $this;
    }