You are here

public function SocialDrupalContext::iEmptyTheQueue in Open Social 8.2

@When I empty the queue

File

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

Class

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

Code

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