Illuminate\Support\Facades\Facade::getMockableClass PHP Метод

getMockableClass() защищенный статический Метод

Get the mockable class for the bound instance.
protected static getMockableClass ( ) : string | null
Результат string | null
    protected static function getMockableClass()
    {
        if ($root = static::getFacadeRoot()) {
            return get_class($root);
        }
    }