You are here

public property FeatureContext::$subcontexts in Bear 7.2

Same name and namespace in other branches
  1. 8.2 tests/features/bootstrap/FeatureContext.php \FeatureContext::subcontexts
  2. 8 tests/features/bootstrap/FeatureContext.php \FeatureContext::subcontexts
  3. 7 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 27

Class

FeatureContext
Defines application features from the specific context.

Code

public $subcontexts = array();