Index: trunk/phase3/tests/phpunit/includes/TitlePermissionTest.php |
— | — | @@ -338,8 +338,6 @@ |
339 | 339 | |
340 | 340 | $this->assertEquals( array( array( 'badaccess-group0' ), array( 'ns-specialprotected' ) ), |
341 | 341 | $this->title->getUserPermissionsErrors( 'bogus', $this->user ) ); |
342 | | - $this->assertEquals( array( array( 'badaccess-groups', "*, [[$prefix:Administrators|Administrators]]", 2 ) ), |
343 | | - $this->title->getUserPermissionsErrors( 'createaccount', $this->user ) ); |
344 | 342 | $this->assertEquals( array( array( 'badaccess-group0' ) ), |
345 | 343 | $this->title->getUserPermissionsErrors( 'execute', $this->user ) ); |
346 | 344 | |