Removed self closing coverage tag from phpunit xml stub files

This commit is contained in:
MHO
2023-09-11 11:03:25 +02:00
parent bdee46043a
commit 09e6a0944a
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>
</testsuites>
<coverage/>
<php>
<env name="APP_ENV" value="testing"/>
<env name="BCRYPT_ROUNDS" value="4"/>

View File

@ -9,7 +9,6 @@
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<coverage/>
<source>
<include>
<directory suffix=".php">./app</directory>