protected property FeatureContext::$context_parameters in Acquia Lift Connector 7
Same name and namespace in other branches
- 7.2 behat-tests/features/bootstrap/FeatureContext.php \FeatureContext::context_parameters
Stores the context parameters that are passed in for the test suite. Parameters include default values for:
- temp_path: The path to temporary location where files, such as error screenshots, can be written. Default value: /tmp
File
- behat-tests/
features/ bootstrap/ FeatureContext.php, line 23
Class
- FeatureContext
- Defines application features from the specific context.
Code
protected $context_parameters = array();