mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 18:29:39 +02:00
27 lines
663 B
XML
27 lines
663 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="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>
|