aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | [ticket/11543] Add unit tests for obtain_guest_count()Joas Schilling2013-06-062-0/+80
| | |/ / /
| * | | | [ticket/11590] Close database connections when tearDown() is calledJoas Schilling2013-06-071-0/+20
| * | | | [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/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] 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
| |/ / /
* | | | [ticket/11548] Run array_map on complete error array and not just colour_errorMarc Alexander2013-07-111-0/+50
|/ / /
* | | 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
* | | | [ticket/11538] Cut functional tests down a bit as these are more expensive.Andreas Fischer2013-05-261-14/+4
* | | | [ticket/11538] Add unit tests for phpbb_validate_hex_colour().Andreas Fischer2013-05-261-0/+121
|/ / /
* | | [ticket/11538] Modify test colour valuesMarc Alexander2013-05-191-2/+3
* | | [ticket/11538] Move group ID into abstract test class and add more test casesMarc Alexander2013-05-193-3/+7
* | | [ticket/11538] Use abstract class for functional test cases for group colourMarc Alexander2013-05-173-63/+60
* | | Merge branch 'develop-olympus' of https://github.com/phpbb/phpbb3 into ticket...Marc Alexander2013-05-177-0/+232
|\ \ \
| * \ \ Merge remote-tracking branch 'bantu/ticket/11547' into develop-olympusAndreas Fischer2013-05-171-0/+8
| |\ \ \
| | * | | [ticket/11547] Set MySQL charset to UTF8 in database_test_connection_manager.Andreas Fischer2013-05-171-0/+8
| * | | | [ticket/11542] Use Czech as example as it contains non-latin charactersJoas Schilling2013-05-172-7/+7
| * | | | Merge remote-tracking branch 'marc1706/ticket/11544' into develop-olympusAndreas Fischer2013-05-171-0/+44
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | [ticket/11544] Add admin_login() method to 3.0 functional test caseMarc Alexander2013-05-141-0/+44
| | | |/ | | |/|
| * | | Merge remote-tracking branch 'nickvergessen/ticket/11542' into develop-olympusAndreas Fischer2013-05-172-0/+60
| |\ \ \
| | * | | [ticket/11542] Add non-existing default value for language selectJoas Schilling2013-05-161-0/+1
| | * | | [ticket/11542] Add lang_english_name to fixtureJoas Schilling2013-05-151-0/+3
| | * | | [ticket/11542] Add unit tests for language_select()Joas Schilling2013-05-142-0/+56
| | |/ /
| * | | [ticket/11545] Remove DIRECTORY_SEPARATOR dependency from is_absoluteJoas Schilling2013-05-161-4/+25
| * | | Merge remote-tracking branch 'nickvergessen/ticket/11541' into develop-olympusAndreas Fischer2013-05-152-0/+64
| |\ \ \
| | * | | [ticket/11541] Add unit tests for style_select()Joas Schilling2013-05-142-0/+64
| | |/ /
| * | | [ticket/11546] Fix is_absolute() throws E_NOTICE for empty stringJoas Schilling2013-05-151-0/+1
| * | | [ticket/11540] Add unit tests for is_absolute()Joas Schilling2013-05-141-0/+34
| |/ /
* | | [ticket/11538] Make sure regex doesn't allow multiple color valuesMarc Alexander2013-05-152-0/+6
* | | [ticket/11538] Add tests for acp group manage pageMarc Alexander2013-05-141-0/+45
* | | [ticket/11538] Simplify colour value check and remove support for '#'Marc Alexander2013-05-141-8/+7
* | | [ticket/11538] Fix incorrect regex and test for duplicate # in color stringMarc Alexander2013-05-141-0/+1
* | | [ticket/11538] Use regex for testing color value and improve testsMarc Alexander2013-05-141-37/+20
* | | [ticket/11538] Make sure group color can't exceed maximum of 6 charactersMarc Alexander2013-05-141-0/+61
|/ /
* | [ticket/11529] Format markdown code correctlyNils Adermann2013-05-091-3/+5