EqualExpectation::getValue PHP Méthode

getValue() protected méthode

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