Issue #3272731 by Shashwat Purav, danflanagan8: jsonapi tests should not rely on Classy
parent
49a6133d90
commit
a5eec7f198
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue