예제 #1
0
 public function testfill_in_additional_list_fields()
 {
     $aCase = new aCase();
     //execute the method and test if it works and does not throws an exception.
     try {
         $aCase->fill_in_additional_list_fields();
         $this->assertTrue(true);
     } catch (Exception $e) {
         $this->fail();
     }
 }