MediaWiki
REL1_33
SpecialPasswordResetTest.php
Go to the documentation of this file.
1
<?php
2
3
class
SpecialPasswordResetTest
extends
FormSpecialPageTestCase
{
7
protected
function
newSpecialPage
() {
8
return
new
SpecialPasswordReset
();
9
}
10
}
FormSpecialPageTestCase
Factory for handling the special page list and generating SpecialPage objects.
Definition
FormSpecialPageTestCase.php:22
SpecialPasswordResetTest
Definition
SpecialPasswordResetTest.php:3
SpecialPasswordResetTest\newSpecialPage
newSpecialPage()
{Returns a new instance of the special page under test.SpecialPage}
Definition
SpecialPasswordResetTest.php:7
SpecialPasswordReset
Special page for requesting a password reset email.
Definition
SpecialPasswordReset.php:35
tests
phpunit
includes
specials
SpecialPasswordResetTest.php
Generated on Mon Nov 25 2024 15:51:17 for MediaWiki by
1.10.0