2015-06-25 17:00:29 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit
|
|
|
|
colors="true"
|
|
|
|
stopOnFailure="false"
|
|
|
|
bootstrap="tests/bootstrap.php">
|
|
|
|
<filter>
|
|
|
|
<whitelist>
|
2015-10-01 16:02:51 -04:00
|
|
|
<directory suffix=".php">src/Aviat/Ion</directory>
|
|
|
|
<directory suffix=".php">src/Aviat/AnimeClient</directory>
|
2015-06-25 17:00:29 -04:00
|
|
|
</whitelist>
|
|
|
|
</filter>
|
|
|
|
<testsuites>
|
2015-09-15 13:19:29 -04:00
|
|
|
<testsuite name="Ion">
|
|
|
|
<directory>tests/Ion</directory>
|
|
|
|
</testsuite>
|
|
|
|
<testsuite name="AnimeClient">
|
|
|
|
<directory>tests/AnimeClient</directory>
|
2015-06-25 17:00:29 -04:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2015-06-26 12:03:42 -04:00
|
|
|
<php>
|
|
|
|
<server name="HTTP_USER_AGENT" value="Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Firefox/38.0" />
|
2015-06-26 13:24:55 -04:00
|
|
|
<server name="HTTP_HOST" value="localhost" />
|
2015-06-30 13:03:20 -04:00
|
|
|
<server name="SERVER_NAME" value="localhost" />
|
|
|
|
<server name="REQUEST_URI" value="/" />
|
|
|
|
<server name="REQUEST_METHOD" value="GET" />
|
2015-06-26 12:03:42 -04:00
|
|
|
</php>
|
2015-06-25 17:00:29 -04:00
|
|
|
</phpunit>
|