Eloquent\Phony\Phpunit\PhpunitMatcher::__toString PHP Method

__toString() public method

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