The tests are still failing on D9:
1) Drupal\Tests\yaml_content\Functional\Plugin\yaml_content\process\FileTest::testProcess
Exception: Drupal\Tests\BrowserTestBase::$defaultTheme is required. See https://www.drupal.org/node/3083055, which includes recommendations on which theme to use.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | yaml_content-n3131793-4.patch | 1.26 KB | damienmckenna |
| #4 | yaml_content-n3131793-4.interdiff.txt | 768 bytes | damienmckenna |
Comments
Comment #2
damienmckennaThis sets it to the 'stark' theme, per the recommendations.
Comment #3
damienmckennaThat fixes the first problem, but now we have these:
Comment #4
damienmckennaThis replaces assertAttributeEquals() and the test passes locally.
Comment #6
damienmckennaCommitted.