You are here

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

Initializes context. Every scenario gets its own context object.

Parameters

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

File

tests/behat/helper_classes/Contexts/FeatureContext.php, line 25

Class

FeatureContext
Define application features from the specific context.

Namespace

PantheonSystems\CDNBehatHelpers\Contexts

Code

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

  // Initialize your context here
}