MediaWiki REL1_31
UserNotLoggedInTest.php
Go to the documentation of this file.
1<?php
2
8
9 public function testConstruction() {
10 $e = new UserNotLoggedIn();
11 $this->assertEquals( 'exception-nologin', $e->title );
12 $this->assertEquals( 'exception-nologin-text', $e->msg );
13 $this->assertEquals( [], $e->params );
14 }
15
16}
Redirect a user to the login page.
returning false will NOT prevent logging $e
Definition hooks.txt:2176