public property FeatureContext::$subcontexts in Bear 7
Same name and namespace in other branches
- 8.2 tests/features/bootstrap/FeatureContext.php \FeatureContext::subcontexts
- 8 tests/features/bootstrap/FeatureContext.php \FeatureContext::subcontexts
- 7.2 tests/features/bootstrap/FeatureContext.php \FeatureContext::subcontexts
An array of Behat Context objects.
An array of other contexts that this class delegates to in the event a non-existent method is called on this class. It's the poor man's traits.
File
- tests/
features/ bootstrap/ FeatureContext.php, line 33
Class
- FeatureContext
- Defines application features from the specific context.
Code
public $subcontexts = array();