mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 16:31:09 +00:00
c18e0dc66a
- Add missing use statement in SecureTestEmail - Address https://github.com/friendica/friendica/issues/12011#issuecomment-1321196332 - phpseclib version 3 dependency is implied from the core so it is removed from the addon
35 lines
858 B
XML
35 lines
858 B
XML
<phpunit bootstrap="tests/bootstrap.php">
|
|
<testsuites>
|
|
<testsuite name="Serialization">
|
|
<file>tests/suite.php</file>
|
|
</testsuite>
|
|
|
|
<testsuite name="Fingerprint">
|
|
<file>tests/suite.php</file>
|
|
</testsuite>
|
|
|
|
<testsuite name="Signature">
|
|
<file>tests/suite.php</file>
|
|
</testsuite>
|
|
|
|
<testsuite name="MessageVerification">
|
|
<file>tests/phpseclib_suite.php</file>
|
|
</testsuite>
|
|
|
|
<testsuite name="KeyVerification">
|
|
<file>tests/phpseclib_suite.php</file>
|
|
</testsuite>
|
|
|
|
<testsuite name="Decryption">
|
|
<file>tests/phpseclib_suite.php</file>
|
|
</testsuite>
|
|
|
|
<testsuite name="Encryption">
|
|
<file>tests/phpseclib_suite.php</file>
|
|
</testsuite>
|
|
|
|
<testsuite name="SodiumMessageVerification">
|
|
<file>tests/sodium_suite.php</file>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|