mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°4756 - Fix Unit tests
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user