From 689122ac5529db7caef0a02d5bab0902deb519c7 Mon Sep 17 00:00:00 2001 From: Michael Hamann Date: Wed, 20 Nov 2013 22:01:09 +0100 Subject: [PATCH] Adapt the namespace move test to the new options for media files --- _test/namespace_move.test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_test/namespace_move.test.php b/_test/namespace_move.test.php index d6d51d1..a9c10e4 100644 --- a/_test/namespace_move.test.php +++ b/_test/namespace_move.test.php @@ -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));