Eloquent\Phony\Integration\ProphecyMatcherDriver::isAvailable PHP Метод

isAvailable() публичный Метод

Returns true if this matcher driver's classes or interfaces exist.
public isAvailable ( ) : boolean
Результат boolean True if available.
    public function isAvailable()
    {
        return interface_exists('Prophecy\\Argument\\Token\\TokenInterface');
    }