Index: trunk/phase3/tests/phpunit/includes/TitlePermissionTest.php |
— | — | @@ -329,7 +329,7 @@ |
330 | 330 | function testPermissionHooks() { } |
331 | 331 | function testSpecialsAndNSPermissions() { |
332 | 332 | $this->setUser( $this->userName ); |
333 | | - global $wgUser, $wgContLang; |
| 333 | + global $wgUser; |
334 | 334 | $wgUser = $this->user; |
335 | 335 | |
336 | 336 | $this->setTitle( NS_SPECIAL ); |