Commit 555054cf authored by Damien McKenna's avatar Damien McKenna
Browse files

#2782797 by DamienMcKenna: Added missing $defaultTheme test variable.

parent 5aed7703
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ Metatag 8.x-1.x-dev, xxxx-xx-xx
  Schwarz Developing: Sorting the output of meta tags.
#3135365 by novchuk.v, mero.S: Replace assertions involving calls to empty()
  with assertEmpty()/assertNotEmpty()/assertArrayNotHasKey().
#2782797 by DamienMcKenna: Added missing $defaultTheme test variable.


Metatag 8.x-1.14, 2020-08-11
+5 −0
Original line number Diff line number Diff line
@@ -14,6 +14,11 @@ class PermissionsTest extends BrowserTestBase {
  // Contains helper methods.
  use \Drupal\Tests\metatag\Functional\MetatagHelperTrait;

  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

  /**
   * {@inheritdoc}
   */