PHPCoreTests.waitForIndexer();
PHPCoreTests.waitForAutoBuild();
IScopeContext scopeContext = InstanceScope.INSTANCE;
ProfileManager profileManager = new ProfileManager(
new ArrayList<Profile>(), scopeContext);
profileManager.clearAllSettings(scopeContext);
profileManager.commitChanges(scopeContext);
}