You are here

class FeatureContext in Panopoly 8.2

Same name and namespace in other branches
  1. 7 modules/panopoly/panopoly_test/behat/features/bootstrap/FeatureContext.php \FeatureContext

Define application features from the specific context.

Hierarchy

  • class \FeatureContext extends \Drupal\DrupalExtension\Context\RawDrupalContext

Expanded class hierarchy of FeatureContext

1 string reference to 'FeatureContext'
behat.common.yml in modules/panopoly/panopoly_test/behat/behat.common.yml
modules/panopoly/panopoly_test/behat/behat.common.yml

File

modules/panopoly/panopoly_test/behat/features/bootstrap/FeatureContext.php, line 13
The main Behat context.

View source
class FeatureContext extends RawDrupalContext {

  /**
   * Initializes context.
   */
  public function __construct() {

    // Initialize your context here.
  }

}

Members

Namesort descending Modifiers Type Description Overrides
FeatureContext::__construct public function Initializes context.