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" testdox="true"
timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60" timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60"
verbose="true"> verbose="true">
<testsuites> <testsuites>
<testsuite name="tests"> <testsuite name="tests">
<directory>tests/</directory> <directory>tests/</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
<coverage> <coverage>
<include> <include>
<directory suffix=".php">src</directory> <directory suffix=".php">src</directory>
</include> </include>
</coverage> </coverage>
</phpunit> </phpunit>