mageekguy\atoum\mock\php\method\argument::setDefaultValue PHP Method

setDefaultValue() public method

public setDefaultValue ( $defaultValue )
    public function setDefaultValue($defaultValue)
    {
        $this->defaultValue = $defaultValue;
        $this->defaultValueIsSet = true;
        return $this;
    }