As described in
Simpletest's legacy assertion methods are deprecated →
, methods like ::assertRaw()
and ::assertText()
have been deprecated in Drupal 9, and removed in Drupal 10. Running tests on Drupal 10 would cause the tests to fail.
$this->assertRaw()
done in tests with $this->assertSession()->responseContains()
$this->assertText()
done in tests with $this->assertSession()->responseContains()
or $this->assertSession()->pageTextContains()
Needs review
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.