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

isAvailable() public method

Returns true if this matcher driver's classes or interfaces exist.
public isAvailable ( ) : boolean
return boolean True if available.
    public function isAvailable()
    {
        return interface_exists('Hamcrest\\Matcher');
    }