mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +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:
@@ -21,6 +21,7 @@ the following PHP extensions must be installed and enabled to run unit tests:
|
|||||||
|
|
||||||
Database Tests
|
Database Tests
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
By default all tests requiring a database connection will use sqlite. If you
|
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
|
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
|
tests on a different database you have to create a test_config.php file within
|
||||||
@@ -54,6 +55,7 @@ directory (above phpBB):
|
|||||||
|
|
||||||
Slow tests
|
Slow tests
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
Certain tests, such as the UTF-8 normalizer or the DNS tests tend to be slow.
|
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
|
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
|
enable slow tests by copying the phpunit.xml.all file to phpunit.xml. If you
|
||||||
|
Reference in New Issue
Block a user