소스 검색

Fix complete test suite for v2

Jordi Boggiano 5 년 전
부모
커밋
22622372bc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/Composer/Test/Repository/VcsRepositoryTest.php

+ 1 - 0
tests/Composer/Test/Repository/VcsRepositoryTest.php

@@ -144,6 +144,7 @@ class VcsRepositoryTest extends TestCase
             'dev-feature-b' => true,
             'dev-feature/a-1.0-B' => true,
             'dev-master' => true,
+            '9999999-dev' => true, // alias of dev-master
         );
 
         $config = new Config();