0c7fd9a34d
- Upgrading phpseclib/phpseclib (2.0.4 => 2.0.34) - Upgrading singpolyma/openpgp-php (0.3.0 => 0.5.0)
32 lines
749 B
XML
32 lines
749 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>
|
|
</testsuites>
|
|
</phpunit>
|