Commit ebce3680 authored by Supreetam Laha's avatar Supreetam Laha Committed by Dave Reid
Browse files

Issue #3238298 by Supreetam09: Fixed missing required EntityEmbedUpdateHookTest::$defaultTheme.

parent 587a004e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -11,6 +11,11 @@ use Drupal\FunctionalTests\Update\UpdatePathTestBase;
 */
class EntityEmbedUpdateHookTest extends UpdatePathTestBase {

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

  /**
   * Set database dump files to be used.
   */