diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-02-03 10:12:02 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-02-03 10:12:02 +0100 |
commit | 9a170791e456df9431aa989b0c7b89eb4c830735 (patch) | |
tree | 0a1518865515978e3f7be6942dc4340c5b07d3f4 /vendor/paragonie/constant_time_encoding/phpunit.xml.dist | |
parent | e312c381d897866b15179fd301d9979b46f2f678 (diff) | |
parent | 44b559fb1df2fa08a116302f8651abc8c3a0def3 (diff) | |
download | volse-hubzilla-9a170791e456df9431aa989b0c7b89eb4c830735.tar.gz volse-hubzilla-9a170791e456df9431aa989b0c7b89eb4c830735.tar.bz2 volse-hubzilla-9a170791e456df9431aa989b0c7b89eb4c830735.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'vendor/paragonie/constant_time_encoding/phpunit.xml.dist')
-rw-r--r-- | vendor/paragonie/constant_time_encoding/phpunit.xml.dist | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/paragonie/constant_time_encoding/phpunit.xml.dist b/vendor/paragonie/constant_time_encoding/phpunit.xml.dist new file mode 100644 index 000000000..4d090343e --- /dev/null +++ b/vendor/paragonie/constant_time_encoding/phpunit.xml.dist @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="true" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnError="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> + <coverage processUncoveredFiles="true"> + <include> + <directory suffix=".php">./src</directory> + </include> + </coverage> + <testsuites> + <testsuite name="Constant Time Encoding Test Suite"> + <directory suffix="Test.php">./tests</directory> + </testsuite> + </testsuites> +</phpunit> |