diff options
author | Marc Alexander <admin@m-a-styles.de> | 2018-12-30 21:18:39 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-09 21:58:05 +0200 |
commit | 33f9333f13e1f61817f88ce6960e13e461a07020 (patch) | |
tree | c2f31d501330dcf33e5773d39768c2b9ba136825 /travis/phpunit-mysql-travis.xml | |
parent | 51ffab004547ba0c791ebba652d844c9443cc0ad (diff) | |
download | forums-33f9333f13e1f61817f88ce6960e13e461a07020.tar forums-33f9333f13e1f61817f88ce6960e13e461a07020.tar.gz forums-33f9333f13e1f61817f88ce6960e13e461a07020.tar.bz2 forums-33f9333f13e1f61817f88ce6960e13e461a07020.tar.xz forums-33f9333f13e1f61817f88ce6960e13e461a07020.zip |
[ticket/14948] Remove no longer needed or supported phpunit configs
PHPBB3-14948
Diffstat (limited to 'travis/phpunit-mysql-travis.xml')
-rw-r--r-- | travis/phpunit-mysql-travis.xml | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/travis/phpunit-mysql-travis.xml b/travis/phpunit-mysql-travis.xml deleted file mode 100644 index cccfc0aee8..0000000000 --- a/travis/phpunit-mysql-travis.xml +++ /dev/null @@ -1,46 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<phpunit backupGlobals="true" - backupStaticAttributes="false" - colors="true" - convertErrorsToExceptions="true" - convertNoticesToExceptions="true" - convertWarningsToExceptions="true" - processIsolation="false" - stopOnFailure="false" - syntaxCheck="true" - strict="true" - verbose="true" - bootstrap="../tests/bootstrap.php"> - <testsuites> - <testsuite name="phpBB Test Suite"> - <directory suffix="_test.php">../tests</directory> - <exclude>../tests/functional</exclude> - <exclude>../tests/lint_test.php</exclude> - <exclude>../tests/ui</exclude> - </testsuite> - <testsuite name="phpBB Functional Tests"> - <directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/functional</directory> - </testsuite> - <testsuite name="phpBB UI Tests"> - <directory suffix="_test.php" phpVersion="5.3.19" phpVersionOperator=">=">../tests/ui</directory> - </testsuite> - </testsuites> - - <groups> - <exclude> - <group>slow</group> - </exclude> - </groups> - - <php> - <server name="PHPBB_TEST_DBMS" value="phpbb\db\driver\mysql" /> - <server name="PHPBB_TEST_DBHOST" value="0.0.0.0" /> - <server name="PHPBB_TEST_DBPORT" value="3306" /> - <server name="PHPBB_TEST_DBNAME" value="phpbb_tests" /> - <server name="PHPBB_TEST_DBUSER" value="root" /> - <server name="PHPBB_TEST_DBPASSWD" value="" /> - <server name="PHPBB_TEST_REDIS_HOST" value="localhost" /> - <server name="PHPBB_TEST_TABLE_PREFIX" value="phpbb_"/> - <server name="PHPBB_FUNCTIONAL_URL" value="http://localhost/" /> - </php> -</phpunit> |