فهرست منبع

Stop running PEAR Repo test suite as it fails and is kinda irrelevant at this point

Jordi Boggiano 10 سال پیش
والد
کامیت
406e087a46
3فایلهای تغییر یافته به همراه8 افزوده شده و 1 حذف شده
  1. 1 0
      phpunit.xml.dist
  2. 1 1
      tests/Composer/Test/Repository/PearRepositoryTest.php
  3. 6 0
      tests/complete.phpunit.xml

+ 1 - 0
phpunit.xml.dist

@@ -20,6 +20,7 @@
     <groups>
         <exclude>
             <group>slow</group>
+            <group>legacy</group>
         </exclude>
     </groups>
 

+ 1 - 1
tests/Composer/Test/Repository/PearRepositoryTest.php

@@ -15,7 +15,7 @@ namespace Composer\Repository;
 use Composer\TestCase;
 
 /**
- * @group slow
+ * @group legacy
  */
 class PearRepositoryTest extends TestCase
 {

+ 6 - 0
tests/complete.phpunit.xml

@@ -17,6 +17,12 @@
         </testsuite>
     </testsuites>
 
+    <groups>
+        <exclude>
+            <group>legacy</group>
+        </exclude>
+    </groups>
+
     <filter>
         <whitelist>
             <directory>../src/Composer/</directory>