public function SMTPMailSystemTestHelper::publicGetComponents in SMTP Authentication Support 8
Exposes getComponents for testing.
File
- tests/
src/ Unit/ Plugin/ Mail/ SMTPMailSystemTest.php, line 290
Class
- SMTPMailSystemTestHelper
- Test helper for SMTPMailSystemTest.
Namespace
Drupal\Tests\smtp\Unit\Plugin\MailCode
public function publicGetComponents($input) {
return $this
->getComponents($input);
}