Exemplo n.º 1
0
 public static function __event_results_saved($test_run_manager)
 {
     if (pts_module::read_variable('AUTO_UPLOAD_RESULTS_TO_PHOROMATIC') && pts_module::is_module_setup()) {
         phoromatic::upload_unscheduled_test_results($test_run_manager->get_file_name());
     }
 }