浏览代码

Fix complete test suite for v2

Jordi Boggiano 4 年之前
父节点
当前提交
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();