mageekguy\atoum\asserters\constant::setWith PHP Method

setWith() public method

public setWith ( $value )
    public function setWith($value)
    {
        parent::setWith($value);
        $this->value = $value;
        $this->isSet = true;
        return $this;
    }