mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 21:48:45 +02:00
N°4756 - Ease extensibility for CRUD operations : Unit tests
This commit is contained in:
@@ -254,7 +254,9 @@ class EventService
|
||||
*/
|
||||
public static function UnRegisterAll()
|
||||
{
|
||||
self::$aEventListeners = array();
|
||||
self::$aEventListeners = [];
|
||||
self::$aEventDescriptions = [];
|
||||
self::$iEventIdCounter = 0;
|
||||
EventHelper::Trace("Unregistered all events");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user