1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-01-17 04:38:20 +01:00
php-zip/phpunit.xml
2017-11-13 15:33:37 +03:00

10 lines
254 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<phpunit bootstrap="./vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="PhpZip test suite">
<directory>./tests</directory>
</testsuite>
</testsuites>
</phpunit>