Skip to content

Commit

Permalink
Adapt the namespace move test to the new options for media files
Browse files Browse the repository at this point in the history
  • Loading branch information
michitux committed Nov 20, 2013
1 parent 96457cc commit 689122a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _test/namespace_move.test.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function test_move_wiki_namespace() {
$opts = array(
'ns' => 'wiki',
'newns' => 'foo',
'media' => true
'contenttomove' => 'both'
);

$this->assertSame(3, $pagemove->start_namespace_move($opts));
Expand Down

0 comments on commit 689122a

Please sign in to comment.