Lines Matching refs:move
7 * Test cases for the move plugin
26 $this->pluginsEnabled[] = 'move';
530 * Ensure that absolute links stay absolute. See https://github.com/michitux/dokuwiki-plugin-move/pull/6#discussion_r15698440
542 /** @var helper_plugin_move_op $move */
543 $move = plugin_load('helper', 'move_op');
544 $this->assertTrue($move->movePage('wiki:foo:start', 'wiki:foo2:start'));
559 /** @var helper_plugin_move_op $move */
560 $move = plugin_load('helper', 'move_op');
562 $this->assertTrue($move->movePage('wiki:foo:start', 'wiki:foo:bar:start'));
577 /** @var helper_plugin_move_op $move */
578 $move = plugin_load('helper', 'move_op');
580 $this->assertTrue($move->movePage('bar:start', 'wiki:foo:start'));
595 //$this->move->_pm_move_recursive($opts);
606 /** @var helper_plugin_move_op $move */
607 $move = plugin_load('helper', 'move_op');
609 $this->assertTrue($move->movePage('bugs:start', 'bugs'));
612 $this->assertTrue($move->movePage('bugs', 'start'));
622 /** @var helper_plugin_move_op $move */
623 $move = plugin_load('helper', 'move_op');
625 $this->assertTrue($move->movePage('some_space:start', 'spaceless:start'));