mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-28 00:40:38 +00:00
Remove incomplete @param from test function
the @dataProvider should be a enough here Change-Id: If62bee2dec62d4deb2e7d5d3452f26c93a7e8348
This commit is contained in:
parent
7771d22cc3
commit
3779f172d3
|
@ -66,10 +66,6 @@ class LoginNotifyTest extends MediaWikiTestCase {
|
|||
}
|
||||
|
||||
/**
|
||||
* @param $username string
|
||||
* @param $year int
|
||||
* @param $salt string
|
||||
* @param $expected string
|
||||
* @dataProvider provideGenerateUserCookieRecord
|
||||
*/
|
||||
public function testGenerateUserCookieRecord( $username, $year, $salt, $expected ) {
|
||||
|
|
Loading…
Reference in a new issue