Add missing @covers tag
Change-Id: I491929e3d77688bf07640db4218ef99d6b888a82
This commit is contained in:
parent
32875bb58c
commit
fc7cfb78c4
1 changed files with 3 additions and 0 deletions
|
|
@ -356,6 +356,9 @@ class UserTest extends MediaWikiTestCase {
|
|||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* @covers User::equals
|
||||
*/
|
||||
public function testEquals() {
|
||||
$first = User::newFromName( 'EqualUser' );
|
||||
$second = User::newFromName( 'EqualUser' );
|
||||
|
|
|
|||
Loading…
Reference in a new issue