aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/nickv/ticket/develop/11543' into developNathaniel Guse2013-06-073-0/+353
|\
| * Merge branch 'ticket/11543' into ticket/develop/11543Joas Schilling2013-06-072-10/+21
| |\
| | * [ticket/11543] Add more users so #hidden <> #normalJoas Schilling2013-06-072-10/+21
| * | [ticket/develop/11543] Use plurals in developJoas Schilling2013-06-062-25/+19
| * | Merge branch 'ticket/11543' into ticket/develop/11543Joas Schilling2013-06-062-0/+348
| |\ \ | | |/
| | * [ticket/11543] Use correct IP addresses and inject time for correct valuesJoas Schilling2013-06-061-22/+25
| | * [ticket/11543] Add unit tests for obtain_users_online_string()Joas Schilling2013-06-062-1/+185
| | * [ticket/11543] Add unit tests for obtain_users_online() with empty forumJoas Schilling2013-06-061-0/+16
| | * [ticket/11543] Add unit tests for obtain_users_online()Joas Schilling2013-06-061-0/+65
| | * [ticket/11543] Add unit tests for obtain_guest_count()Joas Schilling2013-06-062-0/+80
* | | 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-079-13/+361
|\ \ \ \ | | |/ / | |/| |
| * | | [ticket/11587] Add functional tests for group teampage settingsMarc Alexander2013-06-043-6/+157
| * | | [ticket/11538] Add admin as admins leader and moderator in memberlist_testMarc Alexander2013-06-043-8/+14
| * | | [ticket/11549] Add functional test for ACP Extension Module with TemplateJoas Schilling2013-05-314-0/+193
* | | | Merge branch 'ticket/11568' into ticket/11568-developJoas Schilling2013-05-3113-81/+94
|\ \ \ \ | | |/ / | |/| |
| * | | [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-315-20/+20
* | | | [ticket/develop/11568] Remove unneccessary second call with wrong argumentsJoas Schilling2013-05-301-1/+0
* | | | 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] Fix some more tests in 3.1Joas Schilling2013-05-303-6/+7
* | | | [ticket/develop/11568] Remove php extension parameterJoas Schilling2013-05-301-1/+1
* | | | [ticket/develop/11568] Remove unneccessary calls to assert_response_success()Joas Schilling2013-05-289-26/+2
* | | | [ticket/develop/11568] Do not directly access $client from testsJoas Schilling2013-05-286-17/+13
* | | | Merge branch 'ticket/11568' into ticket/11568-developJoas Schilling2013-05-285-64/+133
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | [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] Fix common_groups_test.php form handlingJoas Schilling2013-05-271-2/+1
| * | [ticket/11568] Make CookieJar static aswellJoas Schilling2013-05-271-6/+7
| * | [ticket/11568] Remove manual calls to assert_response_success()Joas Schilling2013-05-273-11/+1
| * | [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
| |/
* | Merge remote-tracking branch 'bantu/ticket/11573' into developJoas Schilling2013-05-272-0/+20
|\ \
| * | [ticket/11573] Honor MySQL STRICT_TRANS_TABLES in phpbb_user_loader_test.Andreas Fischer2013-05-271-0/+16
| * | [ticket/11573] Honor MySQL STRICT_TRANS_TABLES in test_style_select.Andreas Fischer2013-05-271-0/+4
* | | Merge branch 'develop-olympus' into developJoas Schilling2013-05-271-0/+14
|\ \ \ | |/ / |/| / | |/
| * Merge remote-tracking branch 'bantu/ticket/11576' into develop-olympusJoas Schilling2013-05-271-0/+14
| |\
| | * [ticket/11576] MySQL unit tests: Enable STRICT_TRANS_TABLES and others.Andreas Fischer2013-05-271-0/+14
| * | Merge remote-tracking branch 'bantu/ticket/11575' into develop-olympusJoas Schilling2013-05-271-1/+1
| |\ \ | | |/ | |/|
| | * [ticket/11575] Correct test_cross_join() to test_order_lower().Andreas Fischer2013-05-271-1/+1
* | | Merge branch 'develop-olympus' into developJoas Schilling2013-05-272-14/+125
|\ \ \ | |/ /
| * | [ticket/11538] Cut functional tests down a bit as these are more expensive.Andreas Fischer2013-05-261-14/+4