public void runTest() throws Throwable {
final PhpModelAccess modelAccess = PhpModelAccess.getDefault();
IProject project = getProject(map.get(PROJECT).toString());
IScriptProject scriptProject = DLTKCore.create(project);
final IDLTKSearchScope scope = SearchEngine
.createSearchScope(scriptProject);
modelAccess.findTypes("", MatchRule.PREFIX, 0, 0, scope, null);
perfMonitor.execute(getProjectNameWithVersion(map)
+ ".testSearchAllTypes", new Operation() {