aboutsummaryrefslogtreecommitdiffstats
path: root/tests/RUNNING_TESTS.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'github-noxwizard/ticket/10678' into ↵Nils Adermann2012-07-171-0/+21
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-olympus * github-noxwizard/ticket/10678: [ticket/10678] Typo and formatting [ticket/10678] Add port handling for MSSQL tests [ticket/10678] Move config changes to new location [ticket/10678] Rename helper class file [ticket/10678] Lowercase class name, adjust comment width [ticket/10678] More formatting and docblocks [ticket/10678] More formatting requests [ticket/10678] Fix formatting [ticket/10678] Add better support for Firebird, Oracle, and MSSQL Conflicts: tests/RUNNING_TESTS.txt
| * [ticket/10678] Lowercase class name, adjust comment widthPatrick Webster2012-05-081-11/+15
| | | | | | | | PHPBB3-10678
| * [ticket/10678] Add better support for Firebird, Oracle, and MSSQLPatrick Webster2012-05-081-0/+19
| | | | | | | | | | | | | | | | | | Allow ODBC connections for Firebird Capitalize fixture tables and columns for Firebird On database drop failure, drop all tables Provide cleanup utilities for databases that cannot be dropped PHPBB3-10678
* | Merge remote-tracking branch 'p/ticket/10891' into develop-olympusAndreas Fischer2012-05-131-0/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | * p/ticket/10891: [ticket/10891] Allow specifying test_config.php path via environment. Conflicts: tests/RUNNING_TESTS.txt
| * | [ticket/10891] Allow specifying test_config.php path via environment.Oleg Pudeyev2012-05-111-0/+6
| |/ | | | | | | PHPBB3-10891
* | [ticket/10892] Update wiki link to mediawiki.Oleg Pudeyev2012-05-111-1/+1
| | | | | | | | PHPBB3-10892
* | [ticket/10892] Add empty lines for consistency.Oleg Pudeyev2012-05-111-0/+2
| | | | | | | | | | | | | | | | Some headings had empty lines after them, some did not. Add missing empty lines. PHPBB3-10892
* | [ticket/10892] Reformat RUNNING_TESTS.txt to 79 char lines.Oleg Pudeyev2012-05-111-3/+3
| | | | | | | | PHPBB3-10892
* | [ticket/10892] Reformat RUNNING_TESTS.txt to 80 char lines.Patrick Webster2012-05-111-5/+7
|/ | | | PHPBB3-10892
* [ticket/9990] Add docs for running slow testsIgor Wiedler2011-01-121-0/+9
| | | | PHPBB3-9990
* [task/phpunit-xml] Use phpunit.xml for test suiteIgor Wiedler2011-01-041-4/+4
| | | | PHPBB3-9967
* [task/mssql-db-tests] Allow test configuration with environment variables.Nils Adermann2010-10-251-1/+7
| | | | | | | | | To allow execution of the tests with different configurations without having to use the test_config.php file, environment variables of the form PHPBB_TEST_<name> can now be used, e.g. PHPBB_TEST_DBMS to set the variables otherwise expected in test_config.php PHPBB3-9868
* [task/mssql-db-tests] No longer display an error when skipping db tests.Nils Adermann2010-10-251-6/+24
| | | | | | | | | | | | | Tests are run with sqlite by default now anyway, so in the majority of cases the error message explaining how to set up database test running will not be displayed anyway. Database tests are now generally simply skipped if no configuration can be found. The RUNNING_TESTS.txt file explains how to set them up however, and more info is available on the wiki. The get_database_config method was moved from test_case_helpers to database_test_case because it has no general purpose. PHPBB3-9868
* [ticket/9593] A readme file for unit tests and running unit tests.Oleg Pudeyev2010-07-071-0/+33
Added a readme file explaining prerequisites for unit tests, and how to run unit tests. PHPBB3-9593