2011-02-27 22:32:13 -06:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-03-22 22:05:45 -07:00
|
|
|
<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>
|
2019-08-05 17:08:16 +01:00
|
|
|
<testsuite name="Test Suite">
|
2014-03-07 09:28:55 -08:00
|
|
|
<directory>tests</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
<filter>
|
|
|
|
<whitelist>
|
|
|
|
<directory suffix=".php">src</directory>
|
2014-09-10 21:28:21 -07:00
|
|
|
<exclude>
|
|
|
|
<directory suffix="Interface.php">src/</directory>
|
|
|
|
</exclude>
|
2014-03-07 09:28:55 -08:00
|
|
|
</whitelist>
|
|
|
|
</filter>
|
2011-04-06 11:11:04 -05:00
|
|
|
</phpunit>
|