openpgp-php/phpunit.xml

12 lines
213 B
XML
Raw Normal View History

<phpunit>
<testsuites>
<testsuite name="Serialization">
<file>tests/suite.php</file>
</testsuite>
2013-01-20 22:51:37 +00:00
<testsuite name="Fingerprint">
<file>tests/suite.php</file>
</testsuite>
</testsuites>
</phpunit>