You are here

public function FeatureContext::__construct in Panopoly 7

Same name and namespace in other branches
  1. 8.2 modules/panopoly/panopoly_test/behat/features/bootstrap/FeatureContext.php \FeatureContext::__construct()

Initializes context. Every scenario gets its own context object.

Parameters

array $parameters: Context parameters (set them in behat.yml)

File

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

Class

FeatureContext
Define application features from the specific context.

Code

public function __construct() {

  // Initialize your context here
}