Started PHPUnit Tests

This commit is contained in:
kremsy
2017-04-15 13:21:49 +02:00
parent 19c500c105
commit eb6dc3db1a
6 changed files with 132 additions and 7 deletions

View File

@ -117,7 +117,10 @@ class SystemUtil {
Logger::log($message);
}
}
exit;
if (!defined('PHP_UNIT_TEST')) {
exit;
}
}
/**