1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/11337] Run functional tests on travis using nginx and php-fpm.

PHPBB3-11337
This commit is contained in:
Andreas Fischer
2013-01-22 19:54:48 +01:00
parent 9a0992f6a0
commit dee1b38ebc
4 changed files with 56 additions and 0 deletions

View File

@@ -35,5 +35,6 @@
<server name="PHPBB_TEST_DBUSER" value="root" />
<server name="PHPBB_TEST_DBPASSWD" value="" />
<server name="PHPBB_TEST_TABLE_PREFIX" value="phpbb_"/>
<server name="PHPBB_FUNCTIONAL_URL" value="http://localhost/" />
</php>
</phpunit>