- π³π±Netherlands megachriz
This no longer needs to be adjusted in Feeds Tamper, all Feeds Tamper functional tests extend Feeds functional tests and
$defaultTheme
is already defined there.
We should add defaultTheme where it will be required in tests extending BrowserTestBase.
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/2352949, which includes recommendations on which theme to use.
See
https://www.drupal.org/node/3083055 β
and
https://www.drupal.org/project/drupal/issues/3082655 β
Add the defaultTheme property to tests that extend BrowserTestBase, where appropriate or another theme where appropriate, based on https://www.drupal.org/node/3083055 β
Closed: won't fix
2.0
Miscellaneous
It would make a good project for someone who is new to the Drupal contribution process. It's preferred over Newbie.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This no longer needs to be adjusted in Feeds Tamper, all Feeds Tamper functional tests extend Feeds functional tests and $defaultTheme
is already defined there.