mirror of
https://github.com/Ne-Lexa/php-zip.git
synced 2025-01-17 12:48:28 +01:00
10 lines
254 B
XML
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>
|