You are here

protected function EmailContext::getSpoolDir in Open Social 8

Same name and namespace in other branches
  1. 8.2 tests/behat/features/bootstrap/EmailContext.php \EmailContext::getSpoolDir()

Get the path where the spooled emails are stored.

Return value

string The path where the spooled emails are stored.

2 calls to EmailContext::getSpoolDir()
EmailContext::enableEmailSpool in tests/behat/features/bootstrap/EmailContext.php
We need to enable the spool directory.
EmailContext::getSpooledEmails in tests/behat/features/bootstrap/EmailContext.php
Get a list of spooled emails.

File

tests/behat/features/bootstrap/EmailContext.php, line 81

Class

EmailContext

Code

protected function getSpoolDir() {
  return '/var/www/html/profiles/contrib/social/tests/behat/features/swiftmailer-spool';
}