diff options
author | Mario <mario@mariovavti.com> | 2021-02-02 12:57:46 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-02-02 12:57:46 +0000 |
commit | 2167d12b3fd9a66006b83cc8660325b6f8831a70 (patch) | |
tree | 1ed7dc7907f34b05ba970d547d20af5d65657c0b /vendor/paragonie/constant_time_encoding/phpunit.xml.dist | |
parent | 08c9152abdfa90da09931bdcc6e6c81ea243434c (diff) | |
download | volse-hubzilla-2167d12b3fd9a66006b83cc8660325b6f8831a70.tar.gz volse-hubzilla-2167d12b3fd9a66006b83cc8660325b6f8831a70.tar.bz2 volse-hubzilla-2167d12b3fd9a66006b83cc8660325b6f8831a70.zip |
composer add phpseclib
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> |