aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/forgot_password_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11327] Adjust tests for new reset password changesMarc Alexander2019-08-101-3/+3
| | | | PHPBB3-11327
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/11528] Revert Mink changesDhruv2014-08-091-2/+0
| | | | PHPBB3-11528
* [ticket/11528] Move parent::tearDown() to end of tearDown()Dhruv2014-06-231-2/+2
| | | | PHPBB3-11528
* [ticket/11528] Call parent::tearDown in overrided tearDown methodDhruv2014-06-231-0/+2
| | | | PHPBB3-11528
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12183] Make sure to undo changes to config in forgot_password_testMarc Alexander2014-02-111-0/+13
| | | | | | | The forgot_password_test disables the password reset functionalty but doesn't enable it again afterwards. PHPBB3-12183
* Merge branch 'ticket/11568' into ticket/11568-developJoas Schilling2013-05-311-4/+4
| | | | | | | | | | | * ticket/11568: [ticket/11568] Split status code and html debug assertion into two methods [ticket/11568] Add comma at end of array key-value couple [ticket/11568] Invert logic for asserting the response [ticket/11568] Use static calls for static methods Conflicts: tests/test_framework/phpbb_functional_test_case.php
* [ticket/develop/11568] Remove unneccessary calls to assert_response_success()Joas Schilling2013-05-281-2/+0
| | | | PHPBB3-11568
* [ticket/develop/11568] Do not directly access $client from testsJoas Schilling2013-05-281-6/+1
| | | | PHPBB3-11568
* [ticket/10325] use assert_response_success partsDhruv2013-04-301-1/+5
| | | | PHPBB3-10325
* [ticket/10325] add assert_response_success in testDhruv2013-04-301-1/+3
| | | | PHPBB3-10325
* [ticket/10325] functional tests for forgot password functionalityDhruv2013-04-251-0/+45
PHPBB3-10325