2021-07-09 17:53:24 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2024-03-28 16:27:15 +08:00
|
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="./tests/bootstrap.php" colors="true" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd" cacheDirectory=".phpunit.cache">
|
|
|
|
<testsuites>
|
|
|
|
<testsuite name="Test Suite">
|
|
|
|
<directory>./tests</directory>
|
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2021-07-09 17:53:24 +08:00
|
|
|
</phpunit>
|