aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | [ticket/11045] Added tests for file conflictsFyorl2012-08-281-5/+21
| | * | | [ticket/11045] Added unit tests for the compress classFyorl2012-08-2811-0/+161
* | | | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10631Unknown Bliss2012-09-0111-31/+175
|\ \ \ \ \
| * \ \ \ \ Merge pull request #962 from imkingdavid/feature/add_eventsNils Adermann2012-09-011-0/+3
| |\ \ \ \ \
| | * | | | | [feature/add_events] Re-fix broken testDavid King2012-08-212-1/+3
| | * | | | | [feature/add_events] Fix append_sid() testDavid King2012-08-201-0/+1
| * | | | | | Merge remote-tracking branch 'github-igorw/feature/dic' into developNils Adermann2012-09-018-30/+69
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-08-256-11/+87
| | |\ \ \ \ \ \ | | | |/ / / / /
| | * | | | | | Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-07-263-1/+318
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'develop' into feature/dicIgor Wiedler2012-07-2175-140/+1602
| | |\ \ \ \ \ \ \
| | * | | | | | | | [feature/dic] Fix test suite for dic-powered cronIgor Wiedler2012-04-098-31/+72
| * | | | | | | | | Merge branch 'develop-olympus' into developNils Adermann2012-09-012-1/+103
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | / / / / | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | [task/functional] Fixed DEBUG_TEST related issuesDavid King2012-09-011-1/+1
| | * | | | | | | [task/functional] Allow tests to bypass certain restrictions with DEBUG_TESTDavid King2012-09-011-9/+1
| | * | | | | | | [task/functional] Added posting tests (reply and new topic)David King2012-09-011-0/+110
| | | |_|_|/ / / | | |/| | | | |
* | | | | | | | [ticket/10631] Some cleanup of the test casesNathan Guse2012-09-012-67/+107
* | | | | | | | [ticket/10631] Fixing a few extension admin issuesUnknown Bliss2012-09-011-1/+1
* | | | | | | | [ticket/10631] Make failure to meet ext enable requirements clearerNathan Guse2012-09-011-11/+9
* | | | | | | | [ticket/10631] Fix metadata_manager_testNathan Guse2012-09-011-2/+2
* | | | | | | | [ticket/10631] Functional acp_extensions test, cleanupNathan Guse2012-09-016-52/+459
* | | | | | | | [ticket/10631] Metadata manager testsNathan Guse2012-09-013-54/+396
* | | | | | | | [ticket/10631] Fix class construct arguments in testNathan Guse2012-09-011-2/+1
* | | | | | | | [ticket/10631] A _start_ on a metadata manager test.Nathan Guse2012-09-011-0/+55
* | | | | | | | [ticket/10631] Fixing an error in the test scriptNathan Guse2012-09-011-1/+1
* | | | | | | | [ticket/10631] Update testsNathan Guse2012-09-012-0/+3
|/ / / / / / /
* | | | | | | Merge remote-tracking branch 'nickvergessen/feature/php-events-4' into developDavid King2012-08-202-5/+26
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | [feature/php-events] Add mock for unit tests and create it were neededJoas Schilling2012-08-112-5/+26
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #932 from EXreaction/ticket/10875Nils Adermann2012-08-143-2/+59
|\ \ \ \ \ \
| * | | | | | [ticket/10875] Fix cache testNathan Guse2012-08-061-1/+1
| * | | | | | [ticket/10875] Break queries onto separate lines and use double quotesNathan Guse2012-08-061-3/+6
| * | | | | | [ticket/10875] Close $db connection at end of testNathan Guse2012-08-061-0/+2
| * | | | | | [ticket/10875] Use fixtures for sql cache testNathan Guse2012-08-062-12/+34
| * | | | | | [ticket/10875] Return $query_id from sql_saveNathan Guse2012-08-062-2/+32
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-07-301-4/+2
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | [ticket/11034] Re-arranged install order to emulate real installFyorl2012-07-301-4/+2
| * | | | Merge branch 'prep-release-3.0.11' into develop-olympusNils Adermann2012-07-221-0/+12
| |\ \ \ \
| | * | | | [ticket/10667] Fix tests under MySQL 5.5 strict mode (once again)Igor Wiedler2012-07-221-0/+12
* | | | | | [ticket/10667] Fix tests under MySQL 5.5 strict mode (once again)Igor Wiedler2012-07-211-0/+12
* | | | | | [ticket/11012] Fix php_ext change in mock_extension_managerIgor Wiedler2012-07-211-1/+1
* | | | | | Merge branch 'develop-olympus' into developNils Adermann2012-07-212-0/+305
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Merge branch 'prep-release-3.0.11' into develop-olympusNils Adermann2012-07-212-0/+305
| |\ \ \ \ | | |/ / /
| | * | | Merge remote-tracking branch 'github-nickvergessen/ticket/10950' into prep-re...Nils Adermann2012-07-212-0/+305
| | |\ \ \
| | | * | | [ticket/10950] Fix unit tests to fit the new pm deleting behaviourJoas Schilling2012-07-201-1/+0
| | | * | | [ticket/10950] Remove deleted entries in tests instead of commenting them outJoas Schilling2012-07-111-17/+0
| | | * | | [ticket/10950] Fix unit tests to reflect desired behaviourJoas Schilling2012-07-042-4/+105
| | | * | | [ticket/10950] Add some first and simple unit tests for phpbb_delete_user_pms()Joas Schilling2012-06-232-0/+222
* | | | | | Merge pull request #843 from nickvergessen/feature/new-tz-handlingNils Adermann2012-07-191-0/+57
|\ \ \ \ \ \
| * | | | | | [feature/new-tz-handling] Fix unit testJoas Schilling2012-07-181-1/+1
| * | | | | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/new-tz-h...Joas Schilling2012-07-1864-62/+1179
| |\ \ \ \ \ \
| * | | | | | | [feature/new-tz-handling] Add tests for get_timestamp_from_format()Joas Schilling2012-06-181-0/+57