Skip to content

Replace assertUrl methods

Closes #3273366

Replace the method $this->assertUrl to $this->assertSession()->addressEquals() From

  1. sources/content/tests/src/Functional/ContentEntitySourceContentModerationTest.php
  2. sources/content/tests/src/Functional/ContentTmgmtEntitySourceUiTest.php
  3. sources/tmgmt_config/tests/src/Functional/ConfigSourceListTest.php
  4. sources/tmgmt_config/tests/src/Functional/ConfigSourceUiTest.php
  5. tests/src/Functional/TMGMTUiTest.php

Merge request reports