protected property FeatureContext::$groups in Open Social 8.2
Same name and namespace in other branches
- 8 tests/behat/features/bootstrap/FeatureContext.php \FeatureContext::groups
Keep track of all groups that are created so they can easily be removed.
Type: array
File
- tests/
behat/ features/ bootstrap/ FeatureContext.php, line 38
Class
- FeatureContext
- Defines application features from the specific context.
Code
protected $groups = array();