You are here

public function TestMailManager::setDiscovery in Drupal 8

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php \Drupal\Tests\Core\Mail\TestMailManager::setDiscovery()

Sets the discovery for the manager.

Parameters

\Drupal\Component\Plugin\Discovery\DiscoveryInterface $discovery: The discovery object.

File

core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php, line 181
Contains \Drupal\Tests\Core\Mail\MailManagerTest.

Class

TestMailManager
Provides a testing version of MailManager with an empty constructor.

Namespace

Drupal\Tests\Core\Mail

Code

public function setDiscovery(DiscoveryInterface $discovery) {
  $this->discovery = $discovery;
}