1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-24 08:10:13 +02:00

[ticket/10892] Add empty lines for consistency.

Some headings had empty lines after them, some did not.

Add missing empty lines.

PHPBB3-10892
This commit is contained in:
Oleg Pudeyev 2012-05-11 22:14:12 -04:00
parent 07fb16edb5
commit 44b509b2b2

View File

@ -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