2022-11-30 14:55:35 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<phpunit
|
2024-07-12 01:33:51 +00:00
|
|
|
bootstrap="vendor/autoload.php"
|
|
|
|
colors="true">
|
2018-08-23 18:49:17 +00:00
|
|
|
<testsuites>
|
2024-07-12 01:33:51 +00:00
|
|
|
<testsuite name="PHPUnit">
|
|
|
|
<directory>tests</directory>
|
2018-08-23 18:49:17 +00:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2022-11-30 14:55:35 +00:00
|
|
|
</phpunit>
|