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 90ed75a commit d7e3c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/oe_paragraphs_demo/oe_paragraphs_demo.behat.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* @file
* Contains \OEParagraphsDemoSubContext.
* Contains \OeParagraphsDemoSubContext.
*/

declare(strict_types = 1);
Expand All @@ -12,7 +12,7 @@ use Drupal\DrupalExtension\Context\DrupalSubContextBase;
/**
* Behat step definitions for testing the OE Paragraphs demo module.
*/
class OEParagraphsDemoSubContext extends DrupalSubContextBase {
class OeParagraphsDemoSubContext extends DrupalSubContextBase {

/**
* Navigates to the add form of a demo landing page.
Expand Down

0 comments on commit d7e3c16

Please sign in to comment.