Index: trunk/extensions/FlaggedRevs/tests/FRUserCountersTest.php |
— | — | @@ -86,8 +86,8 @@ |
87 | 87 | $copyP = $p; |
88 | 88 | FRUserCounters::updateUserParams( $copyP, $article, "/* section */" ); |
89 | 89 | $this->assertEquals( $p['editComments'], $copyP['editComments'], "Auto summary" ); |
90 | | - |
91 | | - $title = Title::makeTitleSafe( 4, 'helloworld' ); |
| 90 | + |
| 91 | + $title = Title::makeTitleSafe( NS_USER, 'helloworld' ); |
92 | 92 | $article = new Article( $title ); |
93 | 93 | |
94 | 94 | $copyP = $p; |