Browse Source

delete trailing whitespace in phpunit.xml

Martin Heralecký 5 years ago
parent
commit
b23f77fa60
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>