API client for Kitsu.io, with optional Anime collection, and optional Anilist syncing.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <phpunit
- colors="true"
- stopOnFailure="false"
- bootstrap="tests/bootstrap.php"
- >
- <filter>
- <whitelist>
- <directory suffix=".php">src</directory>
- </whitelist>
- </filter>
- <testsuites>
- <testsuite name="AnimeClient">
- <directory>tests</directory>
- </testsuite>
- </testsuites>
- <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" />
- <server name="HTTP_HOST" value="localhost" />
- <server name="SERVER_NAME" value="localhost" />
- <server name="REQUEST_URI" value="/" />
- <server name="REQUEST_METHOD" value="GET" />
- </php>
- </phpunit>
|