delete trailing whitespace in phpunit.xml

This commit is contained in:
Martin Heralecký
2018-07-26 23:30:57 +02:00
committed by GitHub
parent 5da2d13b04
commit b23f77fa60

View File

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