Problem / Motivation

The assertCacheTag and assertNoCacheTag Rector rules replace with responseHeaderContains and responseHeaderNotContains respectively. However they do not prepend the arguments with the proper header name! This means the method call is invalid. We need to make sure the first parameter is the header name 'X-Drupal-Cache-Tags'

Comments

mglaman created an issue. See original summary.

mglaman’s picture

Status: Active » Needs review
agentrickard’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.