1
0
Fork 0

Fix complete test suite for v2

pull/8880/head
Jordi Boggiano 2020-05-06 13:23:52 +02:00
parent 4b1e386fff
commit 22622372bc
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 0 deletions

View File

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