Eloquent\Phony\Phpunit\PhpunitMatcherDriver::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 class_exists('PHPUnit_Framework_Constraint');
    }