toBeFalse() ->and(File::exists(app_path('Services/TenantConfiguration/Teams')))->toBeFalse() ->and(File::exists(app_path('Services/Providers/ExchangeProviderAdapter.php')))->toBeFalse() ->and(File::exists(app_path('Services/Providers/TeamsProviderAdapter.php')))->toBeFalse() ->and(File::exists(app_path('Services/Providers/GraphV1Adapter.php')))->toBeFalse() ->and(File::exists(app_path('Models/TenantConfigurationExchangeResource.php')))->toBeFalse() ->and(File::exists(app_path('Models/TenantConfigurationTeamsResource.php')))->toBeFalse() ->and(glob(database_path('migrations/*exchange*')) ?: [])->toBe([]) ->and(glob(database_path('migrations/*teams*')) ?: [])->toBe([]) ->and(glob(base_path('routes/*exchange*')) ?: [])->toBe([]) ->and(glob(base_path('routes/*teams*')) ?: [])->toBe([]) ->and(glob(resource_path('views/**/*exchange*')) ?: [])->toBe([]) ->and(glob(resource_path('views/**/*teams*')) ?: [])->toBe([]); });