🤖 AI-generated — created by an automated pipeline. Review before acting on this.
Source: Follow-up from QA on #1126 (COULD_HAVE)
Context
The new classes/Tracking/Subscriber registers on imagify_after_optimize, but there is no integration test verifying the full hook-to-event-fire chain end-to-end. Currently only unit tests with mocked dependencies cover the tracking logic.
Suggestion
Add an integration test that verifies the imagify_after_optimize hook is actually registered and wired to the Subscriber, with the full stack exercised (not just mocked dependencies).
Acceptance Criteria
Development steps
Effort estimation
S / M
Source: Follow-up from QA on #1126 (COULD_HAVE)
Context
The new
classes/Tracking/Subscriberregisters onimagify_after_optimize, but there is no integration test verifying the full hook-to-event-fire chain end-to-end. Currently only unit tests with mocked dependencies cover the tracking logic.Suggestion
Add an integration test that verifies the
imagify_after_optimizehook is actually registered and wired to the Subscriber, with the full stack exercised (not just mocked dependencies).Acceptance Criteria
imagify_after_optimizeand verifies the Subscriber is invokedDevelopment steps
imagify_after_optimizehook with test dataEffort estimation
S / M