aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_functional_test_case.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | | 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
| * | [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
| |/
* | Merge remote-tracking branch 'EXreaction/ticket/11415' into developDavid King2013-05-181-2/+4
|\ \
| * | [ticket/11415] Fix ext.manager constructor in testsNathaniel Guse2013-05-031-1/+0
| * | [ticket/11415] Remove migrator dependency from extension managerNathaniel Guse2013-05-011-1/+4
* | | [ticket/10325] add logout function in functional_test_caseDhruv2013-04-251-0/+11
|/ /
* | [ticket/11335] (more) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-1/+1
* | Merge pull request #1290 from nickvergessen/ticket/11362Nils Adermann2013-04-241-0/+1
|\ \
| * | [ticket/11362] Extension manager depends on filesystemJoas Schilling2013-04-171-0/+1
* | | Merge branch 'develop-olympus' into developAndreas Fischer2013-04-151-0/+3
|\ \ \ | | |/ | |/|
| * | [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/11492] Fix issues with log objectJoas Schilling2013-04-111-16/+10
* | | [ticket/11492] Add tests for removing/adding usersJoas Schilling2013-04-111-1/+51
* | | [ticket/11492] Add functional test for empty teampageJoas Schilling2013-04-111-0/+40
* | | [ticket/11460] Configure functional test board email using dummy SMTP data.Andreas Fischer2013-03-221-6/+6
* | | [ticket/11460] Add methods for checkbox handling to phpbb_functional_test_case.Andreas Fischer2013-03-211-0/+64
| |/ |/|
* | [ticket/11386] Send list of migrations instead of using load_migrationsNathaniel Guse2013-03-031-11/+10
* | [ticket/11386] Fix failing tests from constructor changesNathaniel Guse2013-03-021-1/+1
* | [ticket/11386] Update tests with new constructors for ext.manager/migratorNathaniel Guse2013-03-021-2/+15
* | [feature/migrations] Fix failing tests (again)Nathaniel Guse2013-02-131-14/+14
* | [feature/migrations] Make the container available to extension installersNathan Guse2013-02-061-0/+1