Lines Matching refs:move
4 * Tests the move support for adapting the syntax of the include plugin
12 $this->pluginsEnabled[] = 'move';
18 /** @var $move helper_plugin_move_op */
19 $move = plugin_load('helper', 'move_op');
20 if (!$move) {
21 $this->markTestSkipped('the move plugin is not installed');
26 $this->assertTrue($move->movePage('editx', 'test:editx'));
31 /** @var $move helper_plugin_move_op */
32 $move = plugin_load('helper', 'move_op');
33 if (!$move) {
34 $this->markTestSkipped('the move plugin is not installed');
42 $this->assertTrue($move->movePage('editx', 'test:edit'));
47 /** @var $move helper_plugin_move_op */
48 $move = plugin_load('helper', 'move_op');
49 if (!$move) {
50 $this->markTestSkipped('the move plugin is not installed');
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'));