Postponed
Project:
Search and Replace Scanner
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2026 at 10:52 UTC
Updated:
16 Apr 2026 at 13:43 UTC
Jump to comment: Most recent
Comments
Comment #2
sourav_paulWorking on this.
Comment #3
damienmckennaThank you!
Please update the "assigned" field to set it to your name and then set it back to "Unassigned" when you're finished; that's how we track who's working on what.
Comment #4
sourav_paulThanks @damienmckenna, to let me know the tracking policy.
Comment #6
damienmckennaThank you for working on that. It seems the service definition needs a little work, it's causing the tests to fail.
Comment #7
sourav_paulThanks @damienmckenna for your guidance, I tried to address the PHPUnit failure with some help from ChatGPT and updated the logger dependency to use logger.factory instead of logger.channel.scanner, but I still could not get the tests passing reliably.
It looks like I may be missing something in the service wiring or test setup. If anyone has a moment to take a look and guide me here, I’d really appreciate the help.
Comment #8
dimitriskr commentedComment #9
dimitriskr commentedPipeline is green now. Batch operations cannot handle DI and need to be static so I reverted that
Comment #10
dimitriskr commentedComment #11
damienmckennaThis will need to be refactored after #3584678: Refactor search logic to use a method in Entity class and #3584659: Refactor replacement logic to use a method in Entity class are done.