MediaWiki REL1_33
SpecialPasswordResetTest.php
Go to the documentation of this file.
1<?php
2
7 protected function newSpecialPage() {
8 return new SpecialPasswordReset();
9 }
10}
Factory for handling the special page list and generating SpecialPage objects.
newSpecialPage()
{Returns a new instance of the special page under test.SpecialPage}
Special page for requesting a password reset email.