Eloquent\Phony\Integration\HamcrestMatcherDriver::matcherClassNames PHP Method

matcherClassNames() public method

Get the supported matcher class names.
public matcherClassNames ( ) : array
return array
    public function matcherClassNames()
    {
        return array('Hamcrest\\Matcher');
    }