assert (allFunctions.length > 0);
}
public void testFilter() {
IDLTKSearchScope scope = createScope();
IMethod[] allFunctions = PhpModelAccess.getDefault().findMethods(
"filter_input", MatchRule.PREFIX, Modifiers.AccGlobal, 0,
scope, new NullProgressMonitor());