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