remove empty line from phpunit.xml (#5245)

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.
This commit is contained in:
Taylor Otwell
2020-03-04 16:45:31 -06:00
committed by GitHub
parent efcf74f422
commit 3aa22403c7

View File

@@ -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>