/** * Paints the start of a test case. Will also paint * the page header and footer if this is the * first test. Will stash the size if the first * start. * @param string $test_name Name of test that is starting. * @access public */ function paintCaseStart($test_name) { Parent::paintCaseStart($test_name); echo "add_case('{$test_name}');\n"; }