public function FeatureContext::__construct in Event 8
Initializes context.
Every scenario gets its own context instance. You can also pass arbitrary arguments to the context constructor through behat.yml.
File
- tests/
behat/ features/ bootstrap/ Drupal/ FeatureContext.php, line 20
Class
- FeatureContext
- FeatureContext class defines custom step definitions for Behat.
Namespace
DrupalCode
public function __construct() {
}