public function SocialDrupalContext::iWaitForTheQueueToBeEmpty in Open Social 8.7
Same name and namespace in other branches
- 8.9 tests/behat/features/bootstrap/SocialDrupalContext.php \Drupal\social\Behat\SocialDrupalContext::iWaitForTheQueueToBeEmpty()
- 8.3 tests/behat/features/bootstrap/SocialDrupalContext.php \Drupal\social\Behat\SocialDrupalContext::iWaitForTheQueueToBeEmpty()
- 8.4 tests/behat/features/bootstrap/SocialDrupalContext.php \Drupal\social\Behat\SocialDrupalContext::iWaitForTheQueueToBeEmpty()
- 8.5 tests/behat/features/bootstrap/SocialDrupalContext.php \Drupal\social\Behat\SocialDrupalContext::iWaitForTheQueueToBeEmpty()
- 8.6 tests/behat/features/bootstrap/SocialDrupalContext.php \Drupal\social\Behat\SocialDrupalContext::iWaitForTheQueueToBeEmpty()
- 8.8 tests/behat/features/bootstrap/SocialDrupalContext.php \Drupal\social\Behat\SocialDrupalContext::iWaitForTheQueueToBeEmpty()
- 10.3.x tests/behat/features/bootstrap/SocialDrupalContext.php \Drupal\social\Behat\SocialDrupalContext::iWaitForTheQueueToBeEmpty()
- 10.0.x tests/behat/features/bootstrap/SocialDrupalContext.php \Drupal\social\Behat\SocialDrupalContext::iWaitForTheQueueToBeEmpty()
- 10.1.x tests/behat/features/bootstrap/SocialDrupalContext.php \Drupal\social\Behat\SocialDrupalContext::iWaitForTheQueueToBeEmpty()
- 10.2.x tests/behat/features/bootstrap/SocialDrupalContext.php \Drupal\social\Behat\SocialDrupalContext::iWaitForTheQueueToBeEmpty()
@When I wait for the queue to be empty
File
- tests/
behat/ features/ bootstrap/ SocialDrupalContext.php, line 170
Class
- SocialDrupalContext
- Provides pre-built step definitions for interacting with Open Social.
Namespace
Drupal\social\BehatCode
public function iWaitForTheQueueToBeEmpty() {
$this
->processQueue();
}