wiki.techinc.nl/tests/phpunit/includes/specials/SpecialPasswordResetTest.php

13 lines
234 B
PHP
Raw Normal View History

<?php
class SpecialPasswordResetTest extends FormSpecialPageTestCase {
/**
* @inheritDoc
*/
protected function newSpecialPage() {
return new SpecialPasswordReset(
$this->getServiceContainer()->getPasswordReset()
);
}
}