/**
  * @todo Implement testAll_input_tags().
  */
 public function testAll_input_tags()
 {
     $ar = new ActionController();
     $GLOBALS['current_controller_object'] = $ar;
     $dt = new DataType();
     $ar->DataType = $dt;
     $arh = new ActiveRecordHelper();
     $arh->scaffolding = true;
     echo "calling all_input_tags()\n";
     echo $arh->all_input_tags($dt, 'DataType', array());
     // Remove the following line when you implement this test.
     throw new PHPUnit2_Framework_IncompleteTestError();
 }