public function TestMailManager::setDiscovery in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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 138 - Contains \Drupal\Tests\Core\Mail\MailManagerTest.
Class
- TestMailManager
- Provides a testing version of MailManager with an empty constructor.
Namespace
Drupal\Tests\Core\MailCode
public function setDiscovery(DiscoveryInterface $discovery) {
$this->discovery = $discovery;
}