openpgp-php/phpunit.xml

16 lines
335 B
XML
Raw Normal View History

<phpunit>
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>
</testsuites>
</phpunit>