Browse Source

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.
Taylor Otwell 4 years ago
parent
commit
3aa22403c7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      phpunit.xml

+ 0 - 1
phpunit.xml

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