protected property FeatureContext::$intended_user_names in Open Social 10.0.x
Same name and namespace in other branches
- 10.3.x tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::intended_user_names
- 10.1.x tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::intended_user_names
- 10.2.x tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::intended_user_names
Keep track of intended user names so they can be cleaned up.
Type: array
File
- tests/
behat/ features/ bootstrap/ FeatureContext.php, line 711
Class
- FeatureContext
- Defines application features from the specific context.
Namespace
Drupal\social\BehatCode
protected $intended_user_names = [];