phpunit xml update

This commit is contained in:
Clemens Schwaighofer
2024-12-13 11:11:42 +09:00
parent a03c7e7319
commit 5fe61388fc

View File

@@ -4,4 +4,9 @@
verbose="true" verbose="true"
bootstrap="test/phpunit/bootstrap.php" bootstrap="test/phpunit/bootstrap.php"
> >
<testsuites>
<testsuite name="deploy">
<directory>test/phpunit</directory>
</testsuite>
</testsuites>
</phpunit> </phpunit>