Index: trunk/phase3/maintenance/tests/TitlePermissionTest.php |
— | — | @@ -620,6 +620,7 @@ |
621 | 621 | |
622 | 622 | global $wgLocalTZoffset; |
623 | 623 | $wgLocalTZoffset = -60; |
| 624 | + self::$user->mBlockedby = self::$user->getName(); |
624 | 625 | self::$user->mBlock = new Block('127.0.8.1', 2, 1, 'no reason given', $now, 0, 10 ); |
625 | 626 | $this->assertEquals( array( array( 'blockedtext', |
626 | 627 | '[[User:Useruser|Useruser]]', 'no reason given', '127.0.0.1', |