'."\n"; $output.= ' TestCase : '.$testcase.''."\n"; $testmethods[$testcase] = getTests($testcase); foreach ($testmethods[$testcase] as $method) { $output.= testCheck($testcase, $method); } $output.= "\n\n"; $output.= " \n\n"; } ?>