N°4756 - Fix Unit tests

This commit is contained in:
Eric Espie
2022-11-18 10:49:59 +01:00
parent 6585f717c5
commit 52c984d5e7
4 changed files with 32 additions and 14 deletions

View File

@@ -70,6 +70,11 @@ class EventHelper
IssueLog::Error($sMessage, LogChannels::EVENT_SERVICE);
}
public static function Warning($sMessage)
{
IssueLog::Warning($sMessage, LogChannels::EVENT_SERVICE);
}
public static function MatchEventSource($srcRegistered, $srcEvent): bool
{
if (empty($srcRegistered)) {