Closed GuySartorelli closed 1 year ago
This test was breaking in kitchen sink because AbstractQueuedJob adds specific data when subsites is installed: https://github.com/symbiote/silverstripe-queuedjobs/blob/d8d4fece6e1e5feec0a3ca6c5c8a0b438a5892c1/src/Services/AbstractQueuedJob.php#L169-L174
AbstractQueuedJob
Looks like it should, oops. I based it off 6 because that's where the original PR targetted - but it must have been before the stable release. Now targetting 6.0
This test was breaking in kitchen sink because
AbstractQueuedJob
adds specific data when subsites is installed: https://github.com/symbiote/silverstripe-queuedjobs/blob/d8d4fece6e1e5feec0a3ca6c5c8a0b438a5892c1/src/Services/AbstractQueuedJob.php#L169-L174Issue