Browse Source

Simplify test suite names

Alexander Diachenko 7 years ago
parent
commit
6ad4df5c5a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      phpunit.xml

+ 2 - 2
phpunit.xml

@@ -9,11 +9,11 @@
          processIsolation="false"
          stopOnFailure="false">
     <testsuites>
-        <testsuite name="Feature Tests">
+        <testsuite name="Feature">
             <directory suffix="Test.php">./tests/Feature</directory>
         </testsuite>
 
-        <testsuite name="Unit Tests">
+        <testsuite name="Unit">
             <directory suffix="Test.php">./tests/Unit</directory>
         </testsuite>
     </testsuites>