You are here

public function FeatureContext::__construct in Pantheon Advanced Page Cache 7

Initializes context. Every scenario gets its own context object.

Parameters

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

File

tests/behat/features/bootstrap/FeatureContext.php, line 22

Class

FeatureContext
Define application features from the specific context.

Code

public function __construct(array $parameters = []) {

  // Initialize your context here
}