\n"; $output .= "

TestCase : $testcase

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