- Issue created by @rschwab
- Status changed to Needs review
7 months ago 5:03pm 22 April 2024
The assertLink function is deprecated in Drupal 10. See: https://api.drupal.org/api/drupal/core%21tests%21Drupal%21FunctionalTest...
Tests should now be done with $this->assertSession()->linkExists() instead. Attached patch resolves this issue.
Needs review
2.0
General