diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-05-11 22:14:12 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-05-11 22:15:24 -0400 |
commit | 44b509b2b2bce281601ed590805ad448d00b5fb1 (patch) | |
tree | 4f6a42c68768b5a983ffa5739b9a2a8e7a49a810 | |
parent | 07fb16edb583008ea2bc11556370cbeb41ff7c5e (diff) | |
download | forums-44b509b2b2bce281601ed590805ad448d00b5fb1.tar forums-44b509b2b2bce281601ed590805ad448d00b5fb1.tar.gz forums-44b509b2b2bce281601ed590805ad448d00b5fb1.tar.bz2 forums-44b509b2b2bce281601ed590805ad448d00b5fb1.tar.xz forums-44b509b2b2bce281601ed590805ad448d00b5fb1.zip |
[ticket/10892] Add empty lines for consistency.
Some headings had empty lines after them, some did not.
Add missing empty lines.
PHPBB3-10892
-rw-r--r-- | tests/RUNNING_TESTS.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/RUNNING_TESTS.txt b/tests/RUNNING_TESTS.txt index dac6753187..ebc61360de 100644 --- a/tests/RUNNING_TESTS.txt +++ b/tests/RUNNING_TESTS.txt @@ -21,6 +21,7 @@ the following PHP extensions must be installed and enabled to run unit tests: 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 @@ -54,6 +55,7 @@ directory (above phpBB): Slow tests -------------- + Certain tests, such as the UTF-8 normalizer or the DNS tests tend to be slow. Thus these tests are in the `slow` group, which is excluded by default. You can enable slow tests by copying the phpunit.xml.all file to phpunit.xml. If you |