You are here

public function FeatureContext::__construct in Drupal Commons 7.3

Initializes context. Every scenario gets its own context object.

Parameters

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

File

tests/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
}