* [ADD] Test API module without using a real sysPass instance.

* [MOD] Improve module loading.
* [MOD] Improve backup file regex.
* [MOD] Minor code tweaks.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2021-10-17 16:26:39 +02:00
parent 58249da565
commit ebe58282f6
66 changed files with 3076 additions and 2228 deletions

View File

@@ -93,6 +93,8 @@ final class UserGroupController extends ControllerBase
$id = $this->userGroupService->create($userGroupData);
$userGroupData->setId($id);
$this->eventDispatcher->notifyEvent(
'create.userGroup',
new Event($this, EventMessage::factory()