aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into ticket/11620Andy Chase2013-07-222-12/+149
|\
| * Merge branch 'develop-olympus' into developNils Adermann2013-07-131-0/+1
| |\
| | * [ticket/11686] Not checking for phpBB Debug errors on functional testsNathaniel Guse2013-07-131-0/+1
| | * [ticket/10772] Remove 3.1 codeVjacheslav Trushkin2013-07-111-70/+51
| * | Merge pull request #1541 from nickvergessen/ticket/11684Nathan Guse2013-07-131-2/+2
| |\ \
| | * | [ticket/11684] Remove useless confirmation page after login and admin loginJoas Schilling2013-07-131-2/+2
| * | | Merge pull request #1543 from nickvergessen/ticket/11685Nathan Guse2013-07-131-1/+1
| |\ \ \
| | * | | [ticket/11685] Remove logout confirmation pageJoas Schilling2013-07-131-1/+1
| | |/ /
| * | | Merge remote-tracking branch 'phpbb/develop' into ticket/9657Joas Schilling2013-07-132-0/+106
| |\ \ \ | | |/ /
| | * | [ticket/11669] Fix PHP bug #55124 (recursive mkdir on /./)Nathaniel Guse2013-07-121-0/+3
| | * | Merge branch 'develop-olympus' into developNathaniel Guse2013-07-111-0/+103
| | |\ \ | | | |/
| | | * 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/9657] Add unit tests for softdeleting and moving posts/topicsJoas Schilling2013-07-121-9/+39
| |/ / /
* | | | [ticket/11620] Abstracted session setUp into a test_case classasperous2013-07-221-0/+27
|/ / /
* | | Merge remote-tracking branch 'dhruvgoel92/ticket/9341' into developJoas Schilling2013-06-291-0/+101
|\ \ \
| * | | [ticket/9341] Move create_topic and post into functional test caseDhruv2013-06-271-0/+101
* | | | Merge branch 'develop-olympus' into developJoas Schilling2013-06-201-10/+43
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | [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/11605] Remove unused copied_files propertyJoas Schilling2013-06-111-8/+2
* | | [ticket/11605] Use empty_dir to better delete files and dirs of extensionsJoas Schilling2013-06-111-23/+6
* | | Merge branch 'develop-olympus' into developAndreas Fischer2013-06-112-3/+39
|\ \ \ | |/ /
| * | [ticket/11601] Add protected method for database sync and call itJoas Schilling2013-06-111-0/+15
| * | [ticket/11601] Split post_setup_synchronisation logic from xml parsingJoas Schilling2013-06-111-3/+24
* | | [ticket/11550] Move comments to correct functionJoas Schilling2013-06-111-0/+8
* | | [ticket/11550] Use new functionality from the test case helpersJoas Schilling2013-06-081-1/+1
* | | [ticket/11550] Move functionality for copying/restoring to test case helpersJoas Schilling2013-06-081-0/+44
* | | Merge remote-tracking branch 'remotes/upstream/develop-olympus' into developNathaniel Guse2013-06-061-0/+20
|\ \ \ | |/ /
| * | [ticket/11590] Close database connections when tearDown() is calledJoas Schilling2013-06-071-0/+20
* | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/11568-d...Joas Schilling2013-06-071-2/+2
|\ \ \
| * | | [ticket/11538] Add admin as admins leader and moderator in memberlist_testMarc Alexander2013-06-041-2/+2
* | | | Merge branch 'ticket/11568' into ticket/11568-developJoas Schilling2013-05-311-25/+36
|\ \ \ \ | | |/ / | |/| |
| * | | [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
* | | | Merge branch 'ticket/11568' into ticket/11568-developJoas Schilling2013-05-301-20/+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/develop/11568] Remove php extension parameterJoas Schilling2013-05-301-1/+1
* | | | Merge branch 'ticket/11568' into ticket/11568-developJoas Schilling2013-05-281-51/+131
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | [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