You are here

public function FeatureContext::__construct in Panopoly 8.2

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

Initializes context.

File

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

Class

FeatureContext
Define application features from the specific context.

Code

public function __construct() {

  // Initialize your context here.
}