backupscript/phpunit.xml
Jens True bedc666f7c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Support for PHP infection testing
2023-11-03 13:29:50 +00:00

11 lines
282 B
XML

<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd"
>
<testsuites>
<testsuite name="All">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>