is there any way to test a single ArchiveProcessing method without running archiving for all plugins?
I want to run myPlugin::archiveDay($notifcation) but I don’t have the $notification-parameter when I run it seperatly. How can I create my own $notification object to test my archiveDay-function?