diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-05-11 22:10:19 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-05-11 22:15:18 -0400 |
commit | 07fb16edb583008ea2bc11556370cbeb41ff7c5e (patch) | |
tree | 615a2e784c395da19c6014ab7c3c3e6261a0e604 | |
parent | 3a604145921b3df90379c4e44370a040165c43ef (diff) | |
download | forums-07fb16edb583008ea2bc11556370cbeb41ff7c5e.tar forums-07fb16edb583008ea2bc11556370cbeb41ff7c5e.tar.gz forums-07fb16edb583008ea2bc11556370cbeb41ff7c5e.tar.bz2 forums-07fb16edb583008ea2bc11556370cbeb41ff7c5e.tar.xz forums-07fb16edb583008ea2bc11556370cbeb41ff7c5e.zip |
[ticket/10892] Reformat RUNNING_TESTS.txt to 79 char lines.
PHPBB3-10892
-rw-r--r-- | tests/RUNNING_TESTS.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/RUNNING_TESTS.txt b/tests/RUNNING_TESTS.txt index 3ac8bfcd67..dac6753187 100644 --- a/tests/RUNNING_TESTS.txt +++ b/tests/RUNNING_TESTS.txt @@ -24,9 +24,9 @@ Database Tests By default all tests requiring a database connection will use sqlite. If you do not have sqlite installed the tests will be skipped. If you wish to run the tests on a different database you have to create a test_config.php file within -your tests directory following the same format as phpBB's config.php. An example -for mysqli can be found below. More information on configuration options can be -found on the wiki (see below). +your tests directory following the same format as phpBB's config.php. An +example for mysqli can be found below. More information on configuration +options can be found on the wiki (see below). <?php $dbms = 'mysqli'; |