Lines Matching refs:move
7 * Test cases for the move plugin
15 $this->pluginsEnabled[] = 'move';
32 /** @var helper_plugin_move_op $move */
33 $move = plugin_load('helper', 'move_op');
34 $this->assertTrue($move->movePage($src, $dst));
55 /** @var helper_plugin_move_op $move */
56 $move = plugin_load('helper', 'move_op');
57 $this->assertTrue($move->moveMedia($src, $dst));
83 /** @var helper_plugin_move_op $move */
84 $move = plugin_load('helper', 'move_op');
85 $this->assertTrue($move->moveMedia($src, $dst));
91 $this->assertTrue($move->moveMedia($dst, 'logo_2.png'));
116 /** @var helper_plugin_move_op $move */
117 $move = plugin_load('helper', 'move_op');
118 $this->assertTrue($move->moveMedia($src, $dst));