test(IT): Test account history manager use cases

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2024-08-21 18:55:34 +02:00
parent b85fbdc5c5
commit d270ec6eb9
144 changed files with 634 additions and 344 deletions

View File

@@ -88,7 +88,7 @@ final class ImportController extends SimpleControllerBase
'run.import.end',
new Event(
$this,
EventMessage::factory()->addDetail(__u('Accounts imported'), $counter)
EventMessage::build()->addDetail(__u('Accounts imported'), $counter)
)
);