- πΊπΈUnited States bluegeek9
@rloos289,
Thank you for your patch. I think it was a good patch when it was submitted. It looks like similar changes have been applied at some point.
/** * {@inheritdoc} */ protected $defaultTheme = 'stark';
The tests contain code that will be deprecated in Drupal 9
1x: Drupal\Tests\BrowserTestBase::$defaultTheme is required in drupal:9.0.0 when using an install profile that does not set a default theme. See https://www.drupal.org/node/3083055, which includes recommendations on which theme to use.
1x in EmailNotifierTest::testEmailNotifier from Drupal\Tests\message_notify\Functional
1x: Support for asserting against non-boolean values in ::assertTrue is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use a different assert method, for example, ::assertNotEmpty(). See https://www.drupal.org/node/3082086
1x in MessageNotifyTest::testPostSendMessageSave from Drupal\Tests\message_notify\Kernel
1x: Support for asserting against non-boolean values in ::assertFalse is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use a different assert method, for example, ::assertEmpty(). See https://www.drupal.org/node/3082086
1x in MessageNotifyTest::testPostSendMessageSave from Drupal\Tests\message_notify\Kernel
run phpunit on the module
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@rloos289,
Thank you for your patch. I think it was a good patch when it was submitted. It looks like similar changes have been applied at some point.
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';