aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_test_case_helpers.php
Commit message (Expand)AuthorAgeFilesLines
* [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
|\ \ | |/
| * [ticket/10631] Functional acp_extensions test, cleanupNathan Guse2012-09-011-0/+108
* | [ticket/11015] Make DBAL classes autoloadableIgor Wiedler2012-07-211-1/+1
|/
* Merge branch 'develop-olympus' into developNils Adermann2012-07-171-1/+3
|\
| * Merge remote-tracking branch 'github-noxwizard/ticket/10678' into develop-oly...Nils Adermann2012-07-171-1/+3
| |\
| | * [ticket/10678] Move config changes to new locationPatrick Webster2012-05-081-1/+3
* | | Merge branch 'develop-olympus' into developAndreas Fischer2012-05-131-2/+12
|\ \ \ | |/ /
| * | [ticket/10891] Allow specifying test_config.php path via environment.Oleg Pudeyev2012-05-111-2/+12
| |/
| * [ticket/10492] Backporting functional testsPatrick Webster2012-04-211-0/+12
| * [ticket/10492] Separate config generation from the installerPatrick Webster2012-04-201-0/+45
* | Merge branch 'develop-olympus' into developAndreas Fischer2012-01-021-1/+1
|\ \ | |/
| * [ticket/9916] Updating License in the headerUnknown2012-01-021-1/+1
* | [ticket/10417] Fix array_merge() on undefined $config variable.Andreas Fischer2011-10-161-2/+4
* | [feature/functional-tests] Generate config correctly and install only onceNils Adermann2011-10-141-2/+5
* | [feature/functional-tests] Configure functional tests through config fileNils Adermann2011-10-141-0/+52
* | [ticket/10013] Use mkdir to create directory trees.Oleg Pudeyev2011-02-121-5/+1
* | [ticket/10013] Fixed cache test to create intermediate directories.Oleg Pudeyev2011-02-121-0/+9
|/
* [task/mssql-db-tests] No longer display an error when skipping db tests.Nils Adermann2010-10-251-68/+0
* [ticket/9825] Unit tests: Use sqlite when possible and no test_config exists.Andreas Fischer2010-09-161-11/+26
* [feature/dbal-tests] Only output the missing config error message once.Nils Adermann2010-04-011-6/+18
* [feature/dbal-tests] Load phpbb-schema after creating the connection to the d...Joas Schilling2010-03-261-2/+5
* [feature/dbal-tests] Added database test & refactored test frameworkJoas Schilling2010-03-261-0/+82