You are here

protected property FeatureContext::$groups in Open Social 8

Same name and namespace in other branches
  1. 8.2 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 37

Class

FeatureContext
Defines application features from the specific context.

Code

protected $groups = array();