コード例 #1
0
  function LimbGroupTest($label = false, $auto_label = true)
  {
    if($label && $auto_label)
      $label = make__FILE__readable($label);

    parent :: GroupTest($label);
  }
コード例 #2
0
  function LimbTestCase($label = false, $auto_label = true)
  {
    if($label && $auto_label)
      $label = make__FILE__readable($label);

    parent :: UnitTestCase($label);
  }