aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_test_case_helpers.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16223] Ensure memcached tests are only run when availableMarc Alexander2019-11-251-0/+20
| | | | PHPBB3-16223
* [ticket/15369] Fix testsMatt Friedman2019-05-101-1/+6
| | | | PHPBB3-15369
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-5/+5
| | | | PHPBB3-14948
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-1/+7
| | | | PHPBB3-14972
* [ticket/15531] Log malformed BBCodesJoshyPHP2018-01-221-2/+5
| | | | PHPBB3-15531
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-11/+0
| | | | PHPBB3-14739
* [ticket/14323] Renamed AUTOLINK_TEXT to LINK_TEXTJoshyPHP2015-12-271-1/+1
| | | | | | Expanded link text shortening to [url] BBCodes with no parameters PHPBB3-14323
* [ticket/14323] Moved autolink-related functions to a separate helperJoshyPHP2015-12-261-10/+7
| | | | PHPBB3-14323
* [ticket/14323] Set up global objects required during testingJoshyPHP2015-12-261-10/+16
| | | | PHPBB3-14323
* [ticket/14323] Added support for truncating local URLsJoshyPHP2015-12-261-1/+8
| | | | PHPBB3-14323
* Merge pull request #3698 from s9e/ticket/13935Tristan Darricau2015-08-051-6/+24
|\ | | | | | | | | | | | | | | | | [ticket/13935] Allow more admin-configurable schemes in post links * s9e/ticket/13935: [ticket/13935] Removed cache invalidation from acp_board [ticket/13935] Removed UI [ticket/13935] Allow more admin-configurable schemes in post links
| * [ticket/13935] Allow more admin-configurable schemes in post linksJoshyPHP2015-07-151-6/+24
| | | | | | | | PHPBB3-13935
* | [ticket/14036] Fixed mocked web root pathJoshyPHP2015-07-171-1/+1
| | | | | | | | | | | | ...to match what it would return normally PHPBB3-14036
* | [ticket/14036] Replace path_helper with a mockJoshyPHP2015-07-171-14/+9
|/ | | | PHPBB3-14036
* [ticket/11444] Update tests and cleanup types/methodsTristan Darricau2015-07-131-12/+22
| | | | PHPBB3-11444
* [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-251-1/+31
| | | | PHPBB3-10620
* [ticket/13803] Set up a global $user for testsJoshyPHP2015-05-301-1/+1
| | | | PHPBB3-13803
* [ticket/13801] Removed user dependency from text_formatter.s9e.parserJoshyPHP2015-05-181-2/+0
| | | | PHPBB3-13801
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-1/+3
| | | | PHPBB3-13762
* [ticket/8672] Updated the text_formatter.s9e serviceJoshyPHP2015-04-241-0/+4
| | | | PHPBB3-8672
* [ticket/11768] Added core.text_formatter_s9e_renderer_setup eventJoshyPHP2015-04-021-1/+3
| | | | PHPBB3-11768
* [ticket/11768] Added core.text_formatter_s9e_parser_setup eventJoshyPHP2015-04-021-1/+4
| | | | PHPBB3-11768
* [ticket/11768] Added configurator eventsJoshyPHP2015-04-021-2/+16
| | | | PHPBB3-11768
* [ticket/11768] Removed unused varJoshyPHP2015-04-021-3/+0
| | | | PHPBB3-11768
* [ticket/11768] Renamed get_words() to get_censored_words()JoshyPHP2015-04-021-2/+2
| | | | PHPBB3-11768
* [ticket/11768] Updated test case helper with new signatures9e2015-04-021-2/+2
| | | | PHPBB3-11768
* [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-0/+210
| | | | | | | This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768
* [ticket/12844] Don't clear $dbpasswd early in connection managerTristan Darricau2014-07-131-1/+0
| | | | PHPBB3-12844
* [ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file classTristan Darricau2014-07-071-13/+7
| | | | PHPBB3-12775
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [feature/sqlite3] Use SQLite3 by defaultJoas Schilling2014-05-021-7/+7
| | | | PHPBB3-9728
* [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-0/+12
| | | | | | | Minimum version requirement is 3.6.15 as that's what ships with PHP 5.3.0 when support for SQLite 3 was added. PHPBB3-9728
* [ticket/11608] Set sphinx id from test_config file for testsDhruv2013-10-051-0/+5
| | | | PHPBB3-11608
* [ticket/11700] Default db driver for tests must not lead with \Nils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11669] Fix PHP bug #55124 (recursive mkdir on /./)Nathaniel Guse2013-07-121-0/+3
| | | | PHPBB3-11669
* [ticket/11605] Remove unused copied_files propertyJoas Schilling2013-06-111-8/+2
| | | | PHPBB3-11605
* [ticket/11605] Use empty_dir to better delete files and dirs of extensionsJoas Schilling2013-06-111-23/+6
| | | | PHPBB3-11605
* [ticket/11550] Move comments to correct functionJoas Schilling2013-06-111-0/+8
| | | | PHPBB3-11550
* [ticket/11550] Use new functionality from the test case helpersJoas Schilling2013-06-081-1/+1
| | | | | | | Instead of duplicating the extension copy code, it is now in the helpers. So we remove the code from existing tests. PHPBB3-11550
* [ticket/11550] Move functionality for copying/restoring to test case helpersJoas Schilling2013-06-081-0/+44
| | | | PHPBB3-11550
* [ticket/11320] Include functions file as we need phpbb_convert_30_dbms_to_31Nathan Guse2013-01-101-0/+5
| | | | PHPBB3-11320
* [ticket/11015] Include functions.php because it is not always included.Oleg Pudeyev2012-12-131-0/+5
| | | | PHPBB3-11015
* Merge remote-tracking branch 'upstream/develop' into ticket/11015Oleg Pudeyev2012-12-061-0/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (196 commits) [ticket/11219] Coding guidelines and naming consistency changes [ticket/10841] Revert more whitespace changes. [ticket/10841] Revert whitespace changes. [ticket/10841] adding space after if [ticket/10841] removing unnecessary spacing [ticket/10841] changing affectedrows check to COUNT in sql [ticket/10841] Modifying style and language selectors in UCP [ticket/11247] Fix wrong property reference in flock class. [ticket/10602] Avoid a race condition. [ticket/10602] Use last_queue_run for its intended purpose. [ticket/10716] Collect standard error from executed php process. [ticket/10716] Skip test if php is not in PATH. [ticket/10716] Exclude our dependencies from linting. [ticket/10103] New and improved wording. [ticket/10716] Only lint on php 5.3+. [ticket/10103] Assert with messages. [ticket/10103] assertLessThan/assertGreaterThan. [ticket/10103] Inline assignment is bad? [ticket/10103] $rv had too few characters. [ticket/10103] Correct flock class documentation. ... Conflicts: phpBB/includes/functions.php tests/cache/cache_test.php
| * [ticket/9983] Add phpbb prefix to global variables.Oleg Pudeyev2012-12-021-4/+4
| | | | | | | | PHPBB3-9983
| * [ticket/9983] Add redis cache driver tests.Oleg Pudeyev2012-12-011-0/+19
| | | | | | | | | | | | | | | | | | | | | | In order to not overwrite data in default redis store, at least one of redis host or post must be explicitly specified. Redis cache driver constructor has been modified to accept host and port as parameters. This was not added to public API as there are more parameters being passed via global constants. PHPBB3-9983
* | [ticket/11015] Move db driver class name fixing to functionIgor Wiedler2012-11-171-18/+2
| | | | | | | | PHPBB3-11015
* | [ticket/11015] Allow full dbms class name in tests/test_config.phpIgor Wiedler2012-11-161-2/+18
| | | | | | | | PHPBB3-11015
* | [tracker/11015] Prepend phpbb_db_driver_ for PHPBB_TEST_DBMSIgor Wiedler2012-11-161-1/+1
| | | | | | | | PHPBB3-11015
* | Merge remote-tracking branch 'upstream/develop' into ticket/11015Igor Wiedler2012-11-121-1/+109
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (666 commits) [ticket/11077] Remove code from old global announcements system [ticket/11189] Replace DEBUG_EXTRA with DEBUG [ticket/11189] Always log critical errors when in cron or in image output [ticket/11187] Added a blank array to fix errors in functional tests [ticket/10780] Make L_COLON available in the installer. [ticket/11183] Remove $load_extensions and weird dl() calls [ticket/10970] Added extra documentation to parse_dynamic_path. [ticket/10939] Added documentation for phpbb_request::file [ticket/10865] Use code tags for install/database_update.php. [ticket/10865] Should have been a slash. [ticket/10780] Use L_COLON on LDAP page. [ticket/10780] Use L_COLON on search backend ACP pages. [ticket/10780] Use L_COLON for "download all attachments". [ticket/10780] Use colon from language in ucp_pm_compose.php where possible. [ticket/10780] Replace colons in phpBB/adm/style/acp_ext_details.html. [ticket/10780] Replace colon usage in adm template output with {L_COLON} [ticket/10780] Replace colon usage in template output with {L_COLON} [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [develop-olympus] [ticket/11181] Bump PHP requirement to 5.3.3 (from 5.3.2) [ticket/10172] Show prosilver birthday list even if there are no birthdays. ... Conflicts: phpBB/common.php phpBB/download/file.php phpBB/includes/db/dbal.php phpBB/includes/db/firebird.php phpBB/includes/db/mssql.php phpBB/includes/db/mssql_odbc.php phpBB/includes/db/mssqlnative.php phpBB/includes/db/mysql.php phpBB/includes/db/mysqli.php phpBB/includes/db/oracle.php phpBB/includes/db/postgres.php phpBB/includes/db/sqlite.php phpBB/includes/extension/manager.php phpBB/install/database_update.php