UserRestrictionsExpireTest::testUserRestrictionsRecordExists()
calls ::assertEqual()
, but that method has been deprecated in Drupal 9, and removed in Drupal 10. Running tests on Drupal 10 will cause an error. ()
The method to call is ::assertEquals()
. (See
Simpletest's legacy assertion methods are deprecated →
.)
Replace any call to ::assertEqual()
with a call to ::assertEquals()
Active
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.