mageekguy\atoum\runner::setXdebugConfig PHP Method

setXdebugConfig() public method

public setXdebugConfig ( $value )
    public function setXdebugConfig($value)
    {
        $this->xdebugConfig = $value;
        return $this;
    }

Usage Example

Ejemplo n.º 1
0
 public function testSetXdebugConfig()
 {
     $this->if($runner = new testedClass())->then->object($runner->setXdebugConfig($value = uniqid()))->isIdenticalTo($runner)->string($runner->getXdebugConfig())->isEqualTo($value);
 }
runner