Merge pull request #4716 from martin-heralecky/patch-1

Delete trailing whitespace in phpunit.xml
This commit is contained in:
Taylor Otwell
2018-07-27 11:28:48 -05:00
committed by GitHub

View File

@@ -12,7 +12,7 @@
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>