diff options
-rw-r--r-- | Tests/phpunit.xml | 75 | ||||
-rw-r--r-- | vendor/composer/InstalledVersions.php | 4 | ||||
-rw-r--r-- | vendor/composer/installed.php | 4 |
3 files changed, 39 insertions, 44 deletions
diff --git a/Tests/phpunit.xml b/Tests/phpunit.xml index 0d3a55df4..a301c929f 100644 --- a/Tests/phpunit.xml +++ b/Tests/phpunit.xml @@ -1,42 +1,37 @@ <?xml version="1.0" encoding="UTF-8"?> - -<phpunit bootstrap="../boot.php" colors="true"> - <php> - <var name="db_dsn" value="mysql:dbname=gitlab_ci_hubzilla;host=mysql"/> - <var name="db_username" value="root"/> - <var name="db_password" value="mysql"/> - - <env name="hz_db_server" value="mysql"/> - <env name="hz_db_scheme" value="mysql"/> - <env name="hz_db_port" value=""/> - <env name="hz_db_user" value="root"/> - <env name="hz_db_pass" value="mysql"/> - <env name="hz_db_database" value="hello_world_test"/> - </php> - - <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> - <testsuite name="Ex-/Import Test Suite"> - <!--<directory suffix="Test.php">./Unit/eximport/</directory>--> - </testsuite> - </testsuites> - - <groups> - <exclude> - <group>postgresql</group> - </exclude> - </groups> - <!--cover reporting--> - <filter> - <whitelist processUncoveredFilesFromWhitelist="true"> - <directory suffix=".php">../Zotlabs/</directory> - <directory suffix=".php">../include/</directory> - </whitelist> - </filter> +<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="../boot.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> + <coverage processUncoveredFiles="true"> + <include> + <directory suffix=".php">../Zotlabs/</directory> + <directory suffix=".php">../include/</directory> + </include> + </coverage> + <php> + <var name="db_dsn" value="mysql:dbname=gitlab_ci_hubzilla;host=mysql"/> + <var name="db_username" value="root"/> + <var name="db_password" value="mysql"/> + <env name="hz_db_server" value="mysql"/> + <env name="hz_db_scheme" value="mysql"/> + <env name="hz_db_port" value=""/> + <env name="hz_db_user" value="root"/> + <env name="hz_db_pass" value="mysql"/> + <env name="hz_db_database" value="hello_world_test"/> + </php> + <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> + <testsuite name="Ex-/Import Test Suite"> + <!--<directory suffix="Test.php">./Unit/eximport/</directory>--> + </testsuite> + </testsuites> + <groups> + <exclude> + <group>postgresql</group> + </exclude> + </groups> + <!--cover reporting--> </phpunit> - diff --git a/vendor/composer/InstalledVersions.php b/vendor/composer/InstalledVersions.php index 52bc03f7c..d2a30ae5c 100644 --- a/vendor/composer/InstalledVersions.php +++ b/vendor/composer/InstalledVersions.php @@ -19,7 +19,7 @@ private static $installed = array ( 'aliases' => array ( ), - 'reference' => 'de054026f25233fe47938c32777605bb900253f3', + 'reference' => '0ec40f00a929fd755368bf6deec88a8d4ebe05ba', 'name' => 'zotlabs/hubzilla', ), 'versions' => @@ -243,7 +243,7 @@ private static $installed = array ( 'aliases' => array ( ), - 'reference' => 'de054026f25233fe47938c32777605bb900253f3', + 'reference' => '0ec40f00a929fd755368bf6deec88a8d4ebe05ba', ), ), ); diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index bb496dd5f..febb26167 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -6,7 +6,7 @@ 'aliases' => array ( ), - 'reference' => 'de054026f25233fe47938c32777605bb900253f3', + 'reference' => '0ec40f00a929fd755368bf6deec88a8d4ebe05ba', 'name' => 'zotlabs/hubzilla', ), 'versions' => @@ -230,7 +230,7 @@ 'aliases' => array ( ), - 'reference' => 'de054026f25233fe47938c32777605bb900253f3', + 'reference' => '0ec40f00a929fd755368bf6deec88a8d4ebe05ba', ), ), ); |