aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_test_case_helpers.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16223] Ensure memcached tests are only run when availableMarc Alexander2019-11-251-0/+20
* [ticket/15369] Fix testsMatt Friedman2019-05-101-1/+6
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-5/+5
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-1/+7
* [ticket/15531] Log malformed BBCodesJoshyPHP2018-01-221-2/+5
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-11/+0
* [ticket/14323] Renamed AUTOLINK_TEXT to LINK_TEXTJoshyPHP2015-12-271-1/+1
* [ticket/14323] Moved autolink-related functions to a separate helperJoshyPHP2015-12-261-10/+7
* [ticket/14323] Set up global objects required during testingJoshyPHP2015-12-261-10/+16
* [ticket/14323] Added support for truncating local URLsJoshyPHP2015-12-261-1/+8
* Merge pull request #3698 from s9e/ticket/13935Tristan Darricau2015-08-051-6/+24
|\
| * [ticket/13935] Allow more admin-configurable schemes in post linksJoshyPHP2015-07-151-6/+24
* | [ticket/14036] Fixed mocked web root pathJoshyPHP2015-07-171-1/+1
* | [ticket/14036] Replace path_helper with a mockJoshyPHP2015-07-171-14/+9
|/
* [ticket/11444] Update tests and cleanup types/methodsTristan Darricau2015-07-131-12/+22
* [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-251-1/+31
* [ticket/13803] Set up a global $user for testsJoshyPHP2015-05-301-1/+1
* [ticket/13801] Removed user dependency from text_formatter.s9e.parserJoshyPHP2015-05-181-2/+0
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-1/+3
* [ticket/8672] Updated the text_formatter.s9e serviceJoshyPHP2015-04-241-0/+4
* [ticket/11768] Added core.text_formatter_s9e_renderer_setup eventJoshyPHP2015-04-021-1/+3
* [ticket/11768] Added core.text_formatter_s9e_parser_setup eventJoshyPHP2015-04-021-1/+4
* [ticket/11768] Added configurator eventsJoshyPHP2015-04-021-2/+16
* [ticket/11768] Removed unused varJoshyPHP2015-04-021-3/+0
* [ticket/11768] Renamed get_words() to get_censored_words()JoshyPHP2015-04-021-2/+2
* [ticket/11768] Updated test case helper with new signatures9e2015-04-021-2/+2
* [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-0/+210
* [ticket/12844] Don't clear $dbpasswd early in connection managerTristan Darricau2014-07-131-1/+0
* [ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file classTristan Darricau2014-07-071-13/+7
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [feature/sqlite3] Use SQLite3 by defaultJoas Schilling2014-05-021-7/+7
* [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-0/+12
* [ticket/11608] Set sphinx id from test_config file for testsDhruv2013-10-051-0/+5
* [ticket/11700] Default db driver for tests must not lead with \Nils Adermann2013-09-161-1/+1
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
* [ticket/11669] Fix PHP bug #55124 (recursive mkdir on /./)Nathaniel Guse2013-07-121-0/+3
* [ticket/11605] Remove unused copied_files propertyJoas Schilling2013-06-111-8/+2
* [ticket/11605] Use empty_dir to better delete files and dirs of extensionsJoas Schilling2013-06-111-23/+6
* [ticket/11550] Move comments to correct functionJoas Schilling2013-06-111-0/+8
* [ticket/11550] Use new functionality from the test case helpersJoas Schilling2013-06-081-1/+1
* [ticket/11550] Move functionality for copying/restoring to test case helpersJoas Schilling2013-06-081-0/+44
* [ticket/11320] Include functions file as we need phpbb_convert_30_dbms_to_31Nathan Guse2013-01-101-0/+5
* [ticket/11015] Include functions.php because it is not always included.Oleg Pudeyev2012-12-131-0/+5
* Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-061-0/+19
|\
| * [ticket/9983] Add phpbb prefix to global variables.Oleg Pudeyev2012-12-021-4/+4
| * [ticket/9983] Add redis cache driver tests.Oleg Pudeyev2012-12-011-0/+19
* | [ticket/11015] Move db driver class name fixing to functionIgor Wiedler2012-11-171-18/+2
* | [ticket/11015] Allow full dbms class name in tests/test_config.phpIgor Wiedler2012-11-161-2/+18
* | [tracker/11015] Prepend phpbb_db_driver_ for PHPBB_TEST_DBMSIgor Wiedler2012-11-161-1/+1
* | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-121-1/+109
|\ \ | |/