You are here

service mandrill.test.api in Mandrill 8

Class

Drupal\mandrill\MandrillTestAPI
5 string references to mandrill.test.api
MandrillActivityTestCase::testGetActivity in modules/mandrill_activity/tests/src/Functional/MandrillActivityTestCase.php
Tests getting an array of message activity for a given email address.
MandrillTemplateTestCase::testGetTemplates in modules/mandrill_template/tests/src/Functional/MandrillTemplateTestCase.php
Tests getting a list of templates for a given label.
MandrillTemplateTestCase::testSendTemplatedMessage in modules/mandrill_template/tests/src/Functional/MandrillTemplateTestCase.php
Test sending a templated message to multiple recipients.
MandrillTemplateTestCase::testSendTemplatedMessageInvalidTemplate in modules/mandrill_template/tests/src/Functional/MandrillTemplateTestCase.php
Test sending a templated message using an invalid template.
MandrillTestCase::testGetSubAccounts in tests/src/Functional/MandrillTestCase.php
Tests getting a list of subaccounts.

File

./mandrill.services.yml
mandrill.services.yml

View source
  1. class: Drupal\mandrill\MandrillTestAPI
  2. arguments:
  3. - '@config.factory'
  4. - '@logger.factory'