aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [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
| |\ \ \
| * | | | [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
* | | | | Merge remote-tracking branch 'EXreaction/ticket/11435-2' into developDavid King2013-05-221-4/+0
|\ \ \ \ \
| * | | | | [ticket/11435] Enable spacing test as it should now passNathan Guse2013-05-201-4/+0
* | | | | | [ticket/11010] updating testsSenky2013-05-201-2/+2
* | | | | | [ticket/11010] fixing testsSenky2013-05-201-2/+38
* | | | | | [ticket/11010] Try to keep min < max.Oleg Pudeyev2013-05-201-1/+1
* | | | | | [ticket/11010] Mock user in order for the test to run standalone.Oleg Pudeyev2013-05-201-0/+5
* | | | | | [ticket/11010] Progress toward fixing the test suite.Oleg Pudeyev2013-05-201-6/+6
|/ / / / /
* | | | | Merge remote-tracking branch 'EXreaction/ticket/11413' into developDavid King2013-05-207-52/+122
|\ \ \ \ \
| * | | | | [ticket/11413] Use phpbb_user in testNathaniel Guse2013-05-131-1/+1
| * | | | | [ticket/11413] Fix unit testsNathaniel Guse2013-05-131-1/+1
| * | | | | [ticket/11413] Remove remaining irrelevant code to this PRNathaniel Guse2013-05-033-8/+6
| * | | | | [ticket/11413] Remove mock sql_insert_buffer.php (not relevant to PR)Nathaniel Guse2013-05-031-21/+0
| * | | | | [ticket/11413] Remove changes for ticket 11420 from this branchNathaniel Guse2013-05-022-162/+0
| * | | | | [ticket/11413] Include mock classNathaniel Guse2013-04-302-0/+22
| * | | | | [ticket/11413] Don't use the database for the convert testNathaniel Guse2013-04-301-21/+16
| * | | | | [ticket/11413] Test get_notification_type_id and _ids functionsNathaniel Guse2013-04-301-0/+29
| * | | | | [ticket/11413] Create test for notification conversionNathaniel Guse2013-04-302-0/+166
| * | | | | [ticket/11413] Fix test fixtures and testsNathaniel Guse2013-04-295-28/+46
| * | | | | [ticket/11413] Fix some more testsNathaniel Guse2013-04-291-4/+6
| * | | | | [ticket/11413] Fix notification testsNathaniel Guse2013-04-292-13/+36
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'remotes/cyberalien/ticket/11482' into developNathan Guse2013-05-205-2/+39
|\ \ \ \ \
| * | | | | [ticket/11482] Unit tests for advanced DEFINEVjacheslav Trushkin2013-04-105-2/+39
* | | | | | Merge remote-tracking branch 'EXreaction/ticket/11415' into developDavid King2013-05-185-8/+34
|\ \ \ \ \ \
| * | | | | | [ticket/11415] Add test for find_from_extension()Nathan Guse2013-05-141-0/+17
| * | | | | | [ticket/11415] Fix ext.manager constructor in testsNathaniel Guse2013-05-033-3/+0
| * | | | | | [ticket/11415] Remove migrator dependency from extension managerNathaniel Guse2013-05-014-5/+17
| | |/ / / / | |/| | | |
* | | | | | Merge remote-tracking branch 'remotes/blitze/ticket/11458' into developNathaniel Guse2013-05-182-0/+124
|\ \ \ \ \ \
| * | | | | | [ticket/11458] Update functional testOpenShift guest2013-05-111-0/+5
| * | | | | | [ticket/11458] Use helper to create/move/delete directories/filesOpenShift guest2013-05-091-24/+27
| * | | | | | [ticket/11458] Fix functional test againOpenShift guest2013-04-141-20/+64
| * | | | | | [ticket/11458] Fix testOpenShift guest2013-04-131-1/+8
| * | | | | | [ticket/11458] Add functional testOpenShift guest2013-04-132-0/+65
* | | | | | | [ticket/11547] Add phpbb_db_driver_ prefix to DBMS names.Andreas Fischer2013-05-171-2/+2
* | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-173-7/+15
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | 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 branch 'develop-olympus' into developAndreas Fischer2013-05-172-0/+60
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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