executeTest() public method

public executeTest ( $test_obj, $test_func, $input )
Ejemplo n.º 1
0
 function executeTest($test_obj, $test_func, $input)
 {
     try {
         return parent::executeTest($test_obj, $test_func, $input);
     } catch (Exception_ValidityCheck $e) {
         return $e->getField() . ': ' . $e->getMessage();
     }
 }