phpunit xml layout update

This commit is contained in:
2024-05-22 17:06:13 +09:00
parent 7e1a19b86b
commit 0bb137dff6

View File

@@ -2,9 +2,9 @@
colors="true"
verbose="true"
>
<testsuites>
<testsuite name="unit">
<directory>test/phpUnitTests/</directory>
</testsuite>
</testsuites>
<testsuites>
<testsuite name="unit">
<directory>test/phpUnitTests/</directory>
</testsuite>
</testsuites>
</phpunit>