Eloquent\Phony\Matcher\EqualToMatcher::__toString PHP Method

__toString() public method

Describe this matcher.
public __toString ( ) : string
return string The description.
    public function __toString()
    {
        return $this->exporter->export($this->value);
    }