From 90ed75a6796ab51619ea36a025413507a1a8ae51 Mon Sep 17 00:00:00 2001 From: Mohammed Nassar Date: Fri, 9 Aug 2019 15:01:54 +0000 Subject: [PATCH] Issue #65: Fix Behat subcontext class. --- oe_paragraphs.behat.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oe_paragraphs.behat.inc b/oe_paragraphs.behat.inc index 965404b5..eeaa297c 100644 --- a/oe_paragraphs.behat.inc +++ b/oe_paragraphs.behat.inc @@ -2,7 +2,7 @@ /** * @file - * Contains \OEParagraphsSubContext. + * Contains \OeParagraphsSubContext. */ declare(strict_types = 1); @@ -18,7 +18,7 @@ use PHPUnit\Framework\Assert; /** * Behat step definitions for testing the OE Paragraphs module. */ -class OEParagraphsSubContext extends DrupalSubContextBase { +class OeParagraphsSubContext extends DrupalSubContextBase { use EntityFieldTrait; use EntityReferenceTrait;