mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[feature/sqlite3] Remove invalid comment
PHPBB3-9728
This commit is contained in:
parent
ae3586869a
commit
86c073ec3e
2 changed files with 0 additions and 4 deletions
|
@ -29,8 +29,6 @@
|
|||
</groups>
|
||||
|
||||
<php>
|
||||
<!-- "Real" test database -->
|
||||
<!-- uncomment, otherwise sqlite memory runs -->
|
||||
<server name="PHPBB_TEST_DBMS" value="phpbb\db\driver\postgres"/>
|
||||
<server name="PHPBB_TEST_DBHOST" value="localhost" />
|
||||
<server name="PHPBB_TEST_DBPORT" value="5432" />
|
||||
|
|
|
@ -29,8 +29,6 @@
|
|||
</groups>
|
||||
|
||||
<php>
|
||||
<!-- "Real" test database -->
|
||||
<!-- uncomment, otherwise sqlite memory runs -->
|
||||
<!--server name="PHPBB_TEST_DBMS" value="phpbb\db\driver\sqlite3" /-->
|
||||
<!--server name="PHPBB_TEST_DBHOST" value="../phpbb_unit_tests.sqlite3" /-->
|
||||
<!--server name="PHPBB_TEST_DBPORT" value="" /-->
|
||||
|
|
Loading…
Add table
Reference in a new issue