aboutsummaryrefslogtreecommitdiffstats
path: root/tests/RUNNING_TESTS.txt
Commit message (Collapse)AuthorAgeFilesLines
* [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