1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 10:03:27 +01:00
guzzle/phpunit.xml.dist

19 lines
441 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./tests/bootstrap.php"
2017-11-11 03:54:11 -02:00
backupGlobals="true"
2014-03-07 09:28:55 -08:00
colors="true">
<testsuites>
<testsuite>
<directory>tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src</directory>
<exclude>
<directory suffix="Interface.php">src/</directory>
</exclude>
2014-03-07 09:28:55 -08:00
</whitelist>
</filter>
</phpunit>