public function FeatureContext::__construct in Open Social 8
Same name and namespace in other branches
- 8.2 tests/behat/features/bootstrap/FeatureContext.php \FeatureContext::__construct()
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/ FeatureContext.php, line 29
Class
- FeatureContext
- Defines application features from the specific context.
Code
public function __construct() {
}