Fixing tests
This commit is contained in:
parent
42d6bce14c
commit
bb87c4d54c
3 changed files with 33 additions and 5 deletions
|
|
@ -66,6 +66,8 @@ class BuildFactory
|
|||
case 'svn':
|
||||
$type = 'SubversionBuild';
|
||||
break;
|
||||
default:
|
||||
return $build;
|
||||
}
|
||||
|
||||
$class = '\\PHPCI\\Model\\Build\\' . $type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue