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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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>