Eloquent\Phony\Simpletest\SimpletestMatcher::__toString PHP Method

__toString() public method

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