Eloquent\Phony\Integration\MockeryMatcher::__toString PHP Method

__toString() public method

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