Skip to content
Snippets Groups Projects

Issue #3313046: Refactor RDF tests to use core Drupal 10 themes

Merged Issue #3313046: Refactor RDF tests to use core Drupal 10 themes
1 unresolved thread
Merged Dave Long requested to merge issue/rdf-3313046:3313046-refactor-rdf-tests into 2.x
1 unresolved thread
3 files
+ 10
21
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -167,14 +167,11 @@ class NodeDisplayConfigurableTest extends NodeTestBase {
public function provideThemes() {
return [
['claro', 'footer', TRUE],
// @todo Remove Classy from data provider in
// https://www.drupal.org/project/drupal/issues/3110137.
    • Comment on lines -170 to -171

      This was the core issue to remove classy, but rdf was extracted into contrib before that happened.

      So just removing this is :thumbsup:

Please register or sign in to reply
['classy', 'footer', TRUE],
// @todo Add coverage for olivero after fixing
// https://www.drupal.org/project/drupal/issues/3215220.
// ['olivero', 'footer', TRUE],
['stable', 'footer', FALSE],
['stable9', 'footer', FALSE],
['starterkit_theme', 'footer', TRUE],
];
}
Loading