Loading core/modules/jsonapi/tests/src/Functional/BlockTest.php +4 −4 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ class BlockTest extends ConfigEntityResourceTestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * {@inheritdoc} Loading @@ -59,7 +59,7 @@ protected function createEntity() { 'plugin' => 'llama_block', 'region' => 'header', 'id' => 'llama', 'theme' => 'classy', 'theme' => 'stark', ]); // 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 Loading Loading @@ -111,10 +111,10 @@ protected function getExpectedDocument() { 'status' => TRUE, 'dependencies' => [ 'theme' => [ 'classy', 'stark', ], ], 'theme' => 'classy', 'theme' => 'stark', 'region' => 'header', 'provider' => NULL, 'plugin' => 'llama_block', Loading Loading
core/modules/jsonapi/tests/src/Functional/BlockTest.php +4 −4 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ class BlockTest extends ConfigEntityResourceTestBase { /** * {@inheritdoc} */ protected $defaultTheme = 'classy'; protected $defaultTheme = 'stark'; /** * {@inheritdoc} Loading @@ -59,7 +59,7 @@ protected function createEntity() { 'plugin' => 'llama_block', 'region' => 'header', 'id' => 'llama', 'theme' => 'classy', 'theme' => 'stark', ]); // 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 Loading Loading @@ -111,10 +111,10 @@ protected function getExpectedDocument() { 'status' => TRUE, 'dependencies' => [ 'theme' => [ 'classy', 'stark', ], ], 'theme' => 'classy', 'theme' => 'stark', 'region' => 'header', 'provider' => NULL, 'plugin' => 'llama_block', Loading