Skip to content

Commit

Permalink
Removed self closing coverage tag from phpunit xml stub files
Browse files Browse the repository at this point in the history
  • Loading branch information
MHO committed Sep 11, 2023
1 parent bdee460 commit 09e6a09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion stubs/init-laravel/phpunit.xml.stub
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down
1 change: 0 additions & 1 deletion stubs/init/phpunit.xml.stub
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<coverage/>
<source>
<include>
<directory suffix=".php">./app</directory>
Expand Down

0 comments on commit 09e6a09

Please sign in to comment.