By goz on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.4.x
Introduced in version:
8.4.x
Issue links:
Description:
For ease of conversion from WebTestBase to BrowserTestBase, assertNoCacheTag was added to assertLegacyTrait, since no corresponding method was available to BrowserTestBase previously.
assertLegacyTrait::assertNoCacheTag is deprecated and scheduled for removal in Drupal 9.0.0. Use $this->assertSession()->responseHeaderNotContains() instead when writing new tests.
Impacts:
Module developers