openpgp-php/phpunit.xml

28 lines
663 B
XML
Raw Normal View History

2015-03-14 09:59:21 +00:00
<phpunit bootstrap="tests/bootstrap.php">
2013-01-21 00:00:49 +00:00
<testsuites>
<testsuite name="Serialization">
<file>tests/suite.php</file>
</testsuite>
2013-01-20 22:51:37 +00:00
2013-01-21 00:00:49 +00:00
<testsuite name="Fingerprint">
<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>
2013-01-26 22:01:26 +00:00
<testsuite name="Decryption">
<file>tests/phpseclib_suite.php</file>
</testsuite>
<testsuite name="Encryption">
<file>tests/phpseclib_suite.php</file>
</testsuite>
2013-01-21 00:00:49 +00:00
</testsuites>
</phpunit>