2019-02-10 08:44:29 -05:00
|
|
|
<phpunit bootstrap="tests/bootstrap.php">
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Serialization">
|
|
|
|
<file>tests/suite.php</file>
|
|
|
|
</testsuite>
|
|
|
|
|
|
|
|
<testsuite name="Fingerprint">
|
|
|
|
<file>tests/suite.php</file>
|
|
|
|
</testsuite>
|
|
|
|
|
2021-11-16 15:36:33 -05:00
|
|
|
<testsuite name="Signature">
|
|
|
|
<file>tests/suite.php</file>
|
|
|
|
</testsuite>
|
|
|
|
|
2019-02-10 08:44:29 -05:00
|
|
|
<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>
|