Browse Source

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

Delete trailing whitespace in phpunit.xml
Taylor Otwell 5 years ago
parent
commit
8512ad3181
1 changed files with 1 additions and 1 deletions
  1. 1 1
      phpunit.xml

+ 1 - 1
phpunit.xml

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