EqualExpectation::getValue PHP Method

getValue() protected method

Accessor for comparison value.
protected getValue ( ) : mixed
return mixed Held value to compare with.
    protected function getValue()
    {
        return $this->value;
    }