resources
3 weeks ago
src
3 weeks ago
README.md
3 weeks ago
composer.json
3 weeks ago
phpunit.xml
1 month ago
phpunit.xml
13 lines
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd" |
| 4 | bootstrap="tests/bootstrap.php" |
| 5 | colors="true" |
| 6 | cacheResult="false"> |
| 7 | <testsuites> |
| 8 | <testsuite name="Usage Tracker"> |
| 9 | <directory>tests</directory> |
| 10 | </testsuite> |
| 11 | </testsuites> |
| 12 | </phpunit> |
| 13 |