public function testable_process_save_quick_grades($postdata) { // Ugly hack to get something into the method. global $_POST; $_POST = $postdata; return parent::process_save_quick_grades(); }