Lines Matching refs:move
19 $move = plugin_load('helper', 'move_op');
20 if (!$move) {
26 $this->assertTrue($move->movePage('editx', 'test:editx'));
32 $move = plugin_load('helper', 'move_op');
33 if (!$move) {
42 $this->assertTrue($move->movePage('editx', 'test:edit'));
48 $move = plugin_load('helper', 'move_op');
49 if (!$move) {
71 $this->assertTrue($move->movePage('old:namespace:main', 'new:namespace:main'));
72 $this->assertTrue($move->movePage('old:namespace:1:page_1', 'new:namespace:1:page_1'));
73 $this->assertTrue($move->movePage('old:namespace:1:page_2', 'new:namespace:1:page_2'));