Set $defaultTheme to stark for all descendants of FarmBrowserTestBase.

This commit is contained in:
Michael Stenta 2021-09-06 10:45:25 -04:00
parent 118b448170
commit b49441efe4
3 changed files with 5 additions and 10 deletions

View File

@ -14,11 +14,6 @@ class AssetCRUDTest extends AssetTestBase {
use StringTranslationTrait;
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
/**
* Fields are displayed correctly.
*/

View File

@ -14,11 +14,6 @@ class PlanCRUDTest extends PlanTestBase {
use StringTranslationTrait;
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
/**
* Fields are displayed correctly.
*/

View File

@ -14,6 +14,11 @@ class FarmBrowserTestBase extends BrowserTestBase {
*/
protected $profile = 'farm';
/**
* {@inheritdoc}
*/
protected $defaultTheme = 'stark';
/**
* {@inheritdoc}
*/