Fixing tests

This commit is contained in:
Dan Cryer 2015-10-09 10:14:54 +01:00
commit bb87c4d54c
3 changed files with 33 additions and 5 deletions

View file

@ -66,6 +66,8 @@ class BuildFactory
case 'svn':
$type = 'SubversionBuild';
break;
default:
return $build;
}
$class = '\\PHPCI\\Model\\Build\\' . $type;