You are here

public function SocialDrupalContext::iWaitForTheQueueToBeEmpty in Open Social 8.2

Same name and namespace in other branches
  1. 8 tests/behat/features/bootstrap/SocialDrupalContext.php \SocialDrupalContext::iWaitForTheQueueToBeEmpty()

@When I wait for the queue to be empty

File

tests/behat/features/bootstrap/SocialDrupalContext.php, line 141

Class

SocialDrupalContext
Provides pre-built step definitions for interacting with Open Social.

Code

public function iWaitForTheQueueToBeEmpty() {
  $this
    ->processQueue();
}