Improve indentation in phpunit

This commit is contained in:
Joshua Ramon Enslin 2023-11-07 22:52:23 +01:00
parent 2c58e0554b
commit d83ed2d0eb
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -17,14 +17,14 @@
testdox="true"
timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60"
verbose="true">
<testsuites>
<testsuite name="tests">
<directory>tests/</directory>
</testsuite>
</testsuites>
<coverage>
<include>
<directory suffix=".php">src</directory>
</include>
</coverage>
<testsuites>
<testsuite name="tests">
<directory>tests/</directory>
</testsuite>
</testsuites>
<coverage>
<include>
<directory suffix=".php">src</directory>
</include>
</coverage>
</phpunit>