You are here

function QueueMailTestCase::testQueuedEmail in Queue Mail 7

Test that if we are queuing emails, that they get queued.

File

./queue_mail.test, line 42
Simpletests for the Queue Mail module.

Class

QueueMailTestCase
Tests queue mail functionality.

Code

function testQueuedEmail() {

  // Set all emails to be queued and test.
  variable_set('queue_mail_keys', '*');
  $this
    ->sendEmailAndTest();
}