Skip to content

Commit

Permalink
Issue #65: Fix Behat subcontext class.
Browse files Browse the repository at this point in the history
  • Loading branch information
msnassar committed Aug 9, 2019
1 parent fcf4ea4 commit 90ed75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oe_paragraphs.behat.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @file
* Contains \OEParagraphsSubContext.
* Contains \OeParagraphsSubContext.
*/

declare(strict_types = 1);
Expand All @@ -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;
Expand Down

0 comments on commit 90ed75a

Please sign in to comment.