Verified Commit a5eec7f1 authored by Alex Pott's avatar Alex Pott
Browse files

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

parent 49a6133d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ class BlockTest extends ConfigEntityResourceTestBase {
  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'classy';
  protected $defaultTheme = 'stark';

  /**
   * {@inheritdoc}
@@ -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
@@ -111,10 +111,10 @@ protected function getExpectedDocument() {
          'status' => TRUE,
          'dependencies' => [
            'theme' => [
              'classy',
              'stark',
            ],
          ],
          'theme' => 'classy',
          'theme' => 'stark',
          'region' => 'header',
          'provider' => NULL,
          'plugin' => 'llama_block',