You are here

protected property CommentCSSTest::$defaultTheme in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/comment/tests/src/Functional/CommentCSSTest.php \Drupal\Tests\comment\Functional\CommentCSSTest::defaultTheme
  2. 9 core/modules/comment/tests/src/Functional/CommentCSSTest.php \Drupal\Tests\comment\Functional\CommentCSSTest::defaultTheme

The theme to install as the default for testing.

@todo This test's reliance on classes makes Stark a bad fit as a base theme. Change the default theme to Starterkit once it is stable.

Type: string

See also

https://www.drupal.org/project/drupal/issues/3267890

File

core/modules/comment/tests/src/Functional/CommentCSSTest.php, line 30

Class

CommentCSSTest
Tests CSS classes on comments.

Namespace

Drupal\Tests\comment\Functional

Code

protected $defaultTheme = 'classy';