Home
last modified time | relevance | path

Searched refs:build_log_line (Results 1 – 3 of 3) sorted by relevance

/plugin/move/_test/
H A Dlog.test.php21 $actual_log = $plan->build_log_line('P','oldpage','newpage',true);
39 $actual_log = $plan->build_log_line('P','oldpage','newpage',false);
H A DstepThroughDocuments.test.php27 public function build_log_line($type, $from, $to, $success) { function in helper_plugin_move_plan_mock
30 return parent::build_log_line($type, $from, $to, $success);
/plugin/move/helper/
H A Dplan.php497 $log .= $this->build_log_line($mark, $src, $dst, false); // FAILURE!
507 $log .= $this->build_log_line($mark, $src, $dst, true); // SUCCESS!
924 public function build_log_line ($type, $from, $to, $success) { function in helper_plugin_move_plan