fix unit tests for class types

This commit is contained in:
Sarah Hoffmann
2018-07-12 23:59:29 +02:00
parent be58b929f2
commit b17019a21c
2 changed files with 6 additions and 7 deletions

View File

@@ -1,7 +1,5 @@
<?php
require_once(CONST_BasePath.'/lib/ClassTypes.php');
function fail($sError, $sUserError = false)
{
if (!$sUserError) $sUserError = $sError;