Fix Test RepositoryFactory
parent
621a9d845c
commit
595cf4432c
|
@ -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));
|
||||||
|
|
Loading…
Reference in New Issue