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