You are here

protected property FeatureContext::$intended_user_names in Open Social 10.1.x

Same name and namespace in other branches
  1. 10.3.x tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::intended_user_names
  2. 10.0.x tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::intended_user_names
  3. 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 738

Class

FeatureContext
Defines application features from the specific context.

Namespace

Drupal\social\Behat

Code

protected $intended_user_names = [];