[ticket/10892] Reformat RUNNING_TESTS.txt to 79 char lines.

PHPBB3-10892
This commit is contained in:
Oleg Pudeyev 2012-05-11 22:10:19 -04:00
parent 3a60414592
commit 07fb16edb5

View file

@ -24,9 +24,9 @@ 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
your tests directory following the same format as phpBB's config.php. An example your tests directory following the same format as phpBB's config.php. An
for mysqli can be found below. More information on configuration options can be example for mysqli can be found below. More information on configuration
found on the wiki (see below). options can be found on the wiki (see below).
<?php <?php
$dbms = 'mysqli'; $dbms = 'mysqli';