Lines Matching defs:plan
29 /** @var helper_plugin_move_plan_findMissingDocuments_mock $plan */
30 protected $plan;
37 $this->plan = new helper_plugin_move_plan_findMissingDocuments_mock();
52 $this->plan->abort();
58 $this->plan->findMissingDocuments('oldns','newns:');
59 $tmpstore = $this->plan->getTmpstore();
66 $this->plan->findMissingDocuments('oldns:','newns:');
67 $tmpstore = $this->plan->getTmpstore();
74 $this->plan->findMissingDocuments('oldns:','newns:',helper_plugin_move_plan::TYPE_PAGES);
75 $tmpstore = $this->plan->getTmpstore();
82 $this->plan->addPageNamespaceMove('oldns', 'newns');
83 $this->plan->addMediaNamespaceMove('oldns', 'newns');
85 $this->plan->commit();
98 $this->plan->findMissingDocuments('oldns:','newns:',helper_plugin_move_plan::TYPE_MEDIA);
99 $tmpstore = $this->plan->getTmpstore();
109 $this->plan->findMissingDocuments('oldns:','newns:',helper_plugin_move_plan::TYPE_MEDIA);
110 $tmpstore = $this->plan->getTmpstore();