Skip to content

Commit

Permalink
remove empty line from phpunit.xml (laravel#5245)
Browse files Browse the repository at this point in the history
I'm not sure if there's a style rule for this, but it seems very out of place to be the only empty line in the whole file.
  • Loading branch information
taylorotwell authored Mar 4, 2020
1 parent efcf74f commit 3aa2240
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>

<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>
Expand Down

0 comments on commit 3aa2240

Please sign in to comment.