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;