aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit-pgsql.xml
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-11-26 08:43:03 +0000
committerMario <mario@mariovavti.com>2020-11-26 08:43:03 +0000
commit21cd4a1b4845858c3421dbd5f2673eceee421f5d (patch)
tree56d80b7e16f99d8037e8ff48431aa9d191ff39dd /tests/phpunit-pgsql.xml
parente9a50371f5dd4cffb0ba4894f2286b28e8f535b9 (diff)
downloadvolse-hubzilla-21cd4a1b4845858c3421dbd5f2673eceee421f5d.tar.gz
volse-hubzilla-21cd4a1b4845858c3421dbd5f2673eceee421f5d.tar.bz2
volse-hubzilla-21cd4a1b4845858c3421dbd5f2673eceee421f5d.zip
psr-4 autoloading standard
Diffstat (limited to 'tests/phpunit-pgsql.xml')
-rw-r--r--tests/phpunit-pgsql.xml49
1 files changed, 0 insertions, 49 deletions
diff --git a/tests/phpunit-pgsql.xml b/tests/phpunit-pgsql.xml
deleted file mode 100644
index 8b11aae31..000000000
--- a/tests/phpunit-pgsql.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
- bootstrap="../boot.php"
- forceCoversAnnotation="false"
- beStrictAboutCoversAnnotation="true"
- beStrictAboutOutputDuringTests="true"
- beStrictAboutTodoAnnotatedTests="true"
- verbose="true">
- <testsuites>
- <testsuite name="Hubzilla default Test Suite">
- <directory suffix="Test.php">./unit/</directory>
- </testsuite>
- <testsuite name="API Test Suite">
- <directory suffix="Test.php" prefix="API">./unit/</directory>
- </testsuite>
- </testsuites>
- <groups>
- <exclude>
- <group>mysql</group>
- </exclude>
- </groups>
- <!--coverage reporting-->
- <filter>
- <whitelist processUncoveredFilesFromWhitelist="true">
- <directory suffix=".php">../Zotlabs/</directory>
- <directory suffix=".php">../include/</directory>
- </whitelist>
- </filter>
- <logging>
- <log type="junit" target="./results/junit.xml"/>
- <!--<log type="coverage-clover" target="./results/coverage-clover.xml"/>-->
- <log type="coverage-html" target="./results/coverage-report/" lowUpperBound="35"
- highLowerBound="70"/>
- <!--<log type="testdox-text" target="./results/testdox.txt"/>-->
- <log type="testdox-html" target="./results/testdox.html"/>
- </logging>
- <php>
- <!-- Default test database config, only used if no environment variables
- with same names are set.
- !!! Never run against a real database, it will truncate all tables -->
- <env name="hz_db_server" value="postgres"/>
- <env name="hz_db_scheme" value="pgsql"/>
- <env name="hz_db_port" value="5432"/>
- <env name="hz_db_user" value="ci-user"/>
- <env name="hz_db_pass" value="ci-pass"/>
- <env name="hz_db_database" value="ci-db"/>
- </php>
-</phpunit>