diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-02 13:20:08 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-02 15:45:24 +0200 |
| commit | 86c073ec3ef7a6bfd3224dd7208387d19b4354a3 (patch) | |
| tree | cb7a35a90dc35b2995092f7c4c97fb364e86826e | |
| parent | ae3586869a7a85109cc5e38eccc862af1f09fa3c (diff) | |
| download | forums-86c073ec3ef7a6bfd3224dd7208387d19b4354a3.tar forums-86c073ec3ef7a6bfd3224dd7208387d19b4354a3.tar.gz forums-86c073ec3ef7a6bfd3224dd7208387d19b4354a3.tar.bz2 forums-86c073ec3ef7a6bfd3224dd7208387d19b4354a3.tar.xz forums-86c073ec3ef7a6bfd3224dd7208387d19b4354a3.zip | |
[feature/sqlite3] Remove invalid comment
PHPBB3-9728
| -rw-r--r-- | travis/phpunit-postgres-travis.xml | 2 | ||||
| -rw-r--r-- | travis/phpunit-sqlite3-travis.xml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/travis/phpunit-postgres-travis.xml b/travis/phpunit-postgres-travis.xml index 88d9e0f46a..42dde1e1ee 100644 --- a/travis/phpunit-postgres-travis.xml +++ b/travis/phpunit-postgres-travis.xml @@ -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" /> diff --git a/travis/phpunit-sqlite3-travis.xml b/travis/phpunit-sqlite3-travis.xml index 3bc7eae6b3..e7dd5f300e 100644 --- a/travis/phpunit-sqlite3-travis.xml +++ b/travis/phpunit-sqlite3-travis.xml @@ -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="" /--> |
