1
0
Fork 0

Fix Test RepositoryFactory

pull/7015/merge
Jean-Baptiste 2018-01-19 10:51:32 +01:00 committed by Jordi Boggiano
parent 621a9d845c
commit 595cf4432c
1 changed files with 2 additions and 0 deletions

View File

@ -34,12 +34,14 @@ class RepositoryFactoryTest extends TestCase
'package', 'package',
'pear', 'pear',
'git', 'git',
'git-bitbucket',
'github', 'github',
'gitlab', 'gitlab',
'svn', 'svn',
'fossil', 'fossil',
'perforce', 'perforce',
'hg', 'hg',
'hg-bitbucket',
'artifact', 'artifact',
'path', 'path',
), array_keys($repositoryClasses)); ), array_keys($repositoryClasses));