Skip to content
Snippets Groups Projects
Commit c2790b06 authored by Ben Mullins's avatar Ben Mullins Committed by Adam G-H
Browse files

Issue #3311265 by bnjmnm: TestSubscriber should include StatusCheckEvent

parent 8c3fe9d5
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ use Drupal\package_manager\Event\PreCreateEvent;
use Drupal\package_manager\Event\PreDestroyEvent;
use Drupal\package_manager\Event\PreRequireEvent;
use Drupal\package_manager\Event\StageEvent;
use Drupal\package_manager\Event\StatusCheckEvent;
use Drupal\system\SystemManager;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
......@@ -165,6 +166,7 @@ class TestSubscriber implements EventSubscriberInterface {
PostApplyEvent::class => ['handleEvent', $priority],
PreDestroyEvent::class => ['handleEvent', $priority],
PostDestroyEvent::class => ['handleEvent', $priority],
StatusCheckEvent::class => ['handleEvent', $priority],
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment