Loading core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php +4 −8 Original line number Diff line number Diff line Loading @@ -25,17 +25,12 @@ class EntityFilteringThemeTest extends BrowserTestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'stark'; protected static $modules = ['block', 'taxonomy', 'comment', 'node', 'views']; /** * Use the standard profile. * * We test entity theming with the default node, user, comment, and taxonomy * configurations at several paths in the standard profile. * * @var string * {@inheritdoc} */ protected $profile = 'standard'; protected $defaultTheme = 'stark'; /** * A list of all available themes. Loading Loading @@ -118,6 +113,7 @@ protected function setUp(): void { ]); $this->term->save(); $this->createContentType(['type' => 'article']); // Add a comment field. $this->addDefaultCommentField('node', 'article', 'comment', CommentItemInterface::OPEN); // Create a test node tagged with the test term. Loading Loading
core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php +4 −8 Original line number Diff line number Diff line Loading @@ -25,17 +25,12 @@ class EntityFilteringThemeTest extends BrowserTestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'stark'; protected static $modules = ['block', 'taxonomy', 'comment', 'node', 'views']; /** * Use the standard profile. * * We test entity theming with the default node, user, comment, and taxonomy * configurations at several paths in the standard profile. * * @var string * {@inheritdoc} */ protected $profile = 'standard'; protected $defaultTheme = 'stark'; /** * A list of all available themes. Loading Loading @@ -118,6 +113,7 @@ protected function setUp(): void { ]); $this->term->save(); $this->createContentType(['type' => 'article']); // Add a comment field. $this->addDefaultCommentField('node', 'article', 'comment', CommentItemInterface::OPEN); // Create a test node tagged with the test term. Loading