Issue #3272731 by Shashwat Purav, danflanagan8: jsonapi tests should not rely on Classy

merge-requests/1676/head
Alex Pott 2022-04-06 14:22:05 +02:00
parent 49a6133d90
commit a5eec7f198
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ class BlockTest extends ConfigEntityResourceTestBase {
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark';
/** /**
* {@inheritdoc} * {@inheritdoc}
@ -59,7 +59,7 @@ class BlockTest extends ConfigEntityResourceTestBase {
'plugin' => 'llama_block', 'plugin' => 'llama_block',
'region' => 'header', 'region' => 'header',
'id' => 'llama', 'id' => 'llama',
'theme' => 'classy', 'theme' => 'stark',
]); ]);
// All blocks can be viewed by the anonymous user by default. An interesting // All blocks can be viewed by the anonymous user by default. An interesting
// side effect of this is that any anonymous user is also able to read the // side effect of this is that any anonymous user is also able to read the
@ -111,10 +111,10 @@ class BlockTest extends ConfigEntityResourceTestBase {
'status' => TRUE, 'status' => TRUE,
'dependencies' => [ 'dependencies' => [
'theme' => [ 'theme' => [
'classy', 'stark',
], ],
], ],
'theme' => 'classy', 'theme' => 'stark',
'region' => 'header', 'region' => 'header',
'provider' => NULL, 'provider' => NULL,
'plugin' => 'llama_block', 'plugin' => 'llama_block',