Problem/Motivation
------ ---------------------------------------------------------------------
Line tests/src/Functional/EntityEmbedUpdateHookTest.php
------ ---------------------------------------------------------------------
12 Drupal\Tests\BrowserTestBase::$defaultTheme is required. See
https://www.drupal.org/node/3083055, which includes recommendations
on which theme to use.
------ ---------------------------------------------------------------------
Steps to reproduce
Running Test cases or drupal-check command
Proposed resolution
Add default theme variable to be used in test
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | adding_defultTheme_in_testcase-3238298-1.patch | 533 bytes | supreetam09 |
Comments
Comment #2
supreetam09 commentedAdding patch to add defaultTheme variable to EntityEmbedUpdateHookTest
Comment #3
nikap commentedPatch fixes the issue, thanks!
Comment #5
dave reidCommitted #2 to 8.x-1.x.