You are here

protected property FeatureContext::$context_parameters in Acquia Lift Connector 7.2

Same name and namespace in other branches
  1. 7 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();