Merge "filebackend: rename and simplify header sanitizing methods in SwiftFileBackend"
[lhc/web/wiklou.git] / tests / phpunit / includes / specials / SpecialPasswordResetTest.php
1 <?php
2
3 class SpecialPasswordResetTest extends FormSpecialPageTestCase {
4 /**
5 * {@inheritdoc}
6 */
7 protected function newSpecialPage() {
8 return new SpecialPasswordReset();
9 }
10 }