Exemplo n.º 1
0
 /**
  *    Paints the start of a group test. 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.
  *    @param integer $size       Number of test cases starting.
  *    @access public
  */
 function paintGroupStart($test_name, $size)
 {
     Parent::paintGroupStart($test_name, $size);
     echo "add_group('{$test_name}');\n";
 }