public function FeatureContext::setContextParameters in Acquia Lift Connector 7
Same name and namespace in other branches
- 7.2 behat-tests/features/bootstrap/FeatureContext.php \FeatureContext::setContextParameters()
Helper function to set the context parameters.
Parameters
array $parameters: The parameters to set.
1 call to FeatureContext::setContextParameters()
- FeatureContext::__construct in behat-tests/features/ bootstrap/ FeatureContext.php 
- Initializes context.
File
- behat-tests/features/ bootstrap/ FeatureContext.php, line 662 
Class
- FeatureContext
- Defines application features from the specific context.
Code
public function setContextParameters($parameters) {
  $this->context_parameters = array_merge($this->context_parameters, $parameters);
}