aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_functional_test_case.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11775] Fix doc blocks syntaxJoas Schilling2013-08-151-1/+1
* [ticket/11775] Remove spaces at line endsJoas Schilling2013-08-151-4/+4
* [ticket/11775] Backport moving of the posting functions to 3.0Joas Schilling2013-08-081-0/+131
* [ticket/10772] Remove 3.1 codeVjacheslav Trushkin2013-07-111-70/+51
* Merge remote-tracking branch 'remotes/cyberalien/ticket/10772' into develop-o...Nathaniel Guse2013-07-111-0/+103
|\
| * [ticket/10772] Functional tests for forum styleVjacheslav Trushkin2013-05-161-0/+103
* | [ticket/11604] Skip installer step where config.php is created.Andreas Fischer2013-06-191-20/+27
* | [ticket/11604] Fix case where config.php is not generated by phpBB.Andreas Fischer2013-06-181-1/+23
* | [ticket/11604] Use variables for config.php filesnames.Andreas Fischer2013-06-181-6/+10
* | [ticket/11568] Split status code and html debug assertion into two methodsJoas Schilling2013-05-311-18/+30
* | [ticket/11568] Add comma at end of array key-value coupleJoas Schilling2013-05-311-1/+1
* | [ticket/11568] Invert logic for asserting the responseJoas Schilling2013-05-311-4/+4
* | [ticket/11568] Use static calls for static methodsJoas Schilling2013-05-311-4/+4
* | [ticket/11568] Remove unused methodJoas Schilling2013-05-301-19/+0
* | [ticket/11568] Only assert string when doctype is there at allJoas Schilling2013-05-301-1/+4
* | [ticket/11568] Add method to get page contentJoas Schilling2013-05-281-0/+10
* | [ticket/11568] Allow different status codesJoas Schilling2013-05-281-2/+2
* | [ticket/11568] Trim the output to allow Tabs before INCLUDE overall_headerJoas Schilling2013-05-281-1/+1
* | [ticket/11568] Make CookieJar static aswellJoas Schilling2013-05-271-6/+7
* | [ticket/11568] Only use a static version of the clientJoas Schilling2013-05-271-59/+60
* | [ticket/11568] Any output before the doc type means there was an errorJoas Schilling2013-05-271-8/+6
* | [ticket/11568] Set client manually so we can increase the cURL timeoutJoas Schilling2013-05-271-0/+7
* | [ticket/11568] Use Goutte Client to install the board for functional testsJoas Schilling2013-05-271-39/+105
* | [ticket/11544] Add admin_login() method to 3.0 functional test caseMarc Alexander2013-05-141-0/+44
|/
* [ticket/11493] add checks for Notice and WarningDhruv2013-04-151-0/+2
* [ticket/11493] add check for phpBB Debug in functional testsDhruv2013-04-151-0/+1
* [ticket/11265] Add assertions for board installation success.Oleg Pudeyev2012-12-131-3/+11
* Merge PR #1119 branch 'p/ticket/10491' into develop-olympusOleg Pudeyev2012-12-131-25/+29
|\
| * [ticket/10491] Make recreate_database static.Oleg Pudeyev2012-12-121-1/+1
| * [ticket/10491] Install board once per test run.Oleg Pudeyev2012-12-101-1/+6
| * [ticket/10491] Move board installation into setup before class.Oleg Pudeyev2012-12-041-16/+12
| * [ticket/10491] Set up functional tests sensibly.Oleg Pudeyev2012-12-041-16/+19
* | [ticket/10972] Drop user deletion.Oleg Pudeyev2012-12-061-15/+0
* | [ticket/10972] Tweak user addition.Oleg Pudeyev2012-12-061-25/+32
* | [ticket/10972] Backport get_db from develop.Oleg Pudeyev2012-12-061-0/+19
* | [ticket/10972] Added explicit checks for creating duplicate users.Fyorl2012-12-061-2/+17
* | [ticket/10972] Moved tests into appropriate places and added commentsFyorl2012-12-061-0/+4
* | [ticket/10972] Added methods for creating and deleting basic usersFyorl2012-12-061-2/+43
|/
* Merge remote-tracking branch 'p/ticket/11202-olympus' into develop-olympusAndreas Fischer2012-11-151-1/+16
|\
| * [ticket/11202] Custom message does not make sense here, delete it.Oleg Pudeyev2012-11-151-2/+2
| * [ticket/11202] Add a heuristic function to check for response success.Oleg Pudeyev2012-11-151-1/+16
* | [ticket/11190] Functional tests purge cache before running.Fyorl2012-11-111-0/+23
|/
* [task/functional] Fixed DEBUG_TEST related issuesDavid King2012-09-011-1/+1
* [ticket/11034] Re-arranged install order to emulate real installFyorl2012-07-301-4/+2
* [ticket/10981] Removed setupBeforeClassFyorl2012-07-171-8/+0
* [ticket/10981] Modified functional framework to account for goutte changesFyorl2012-07-161-3/+6
* [ticket/10981] Added goutte via composerFyorl2012-07-161-2/+0
* [task/functional] Use proper format for @var doc blocks. David King2012-05-221-2/+4
* [task/functional] Fix $lang_path variableDavid King2012-05-221-1/+1
* [task/functional] Change property visibility, remove globals, reword commentDavid King2012-05-221-6/+6