Skip to content

Commit ef26a5f

Browse files
committed
Allow register mailer configuration in xml format
1 parent fb2423f commit ef26a5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/mailer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
$container->loadFromExtension('framework', [
44
'mailer' => [
5-
'dsn' => 'smtp://null',
5+
'dsn' => 'smtp://example.com',
66
],
77
]);

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/mailer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<framework:config>
1010
<framework:mailer>
11-
<framework:dsn>smtp://null</framework:dsn>
11+
<framework:dsn>smtp://example.com</framework:dsn>
1212
</framework:mailer>
1313
</framework:config>
1414
</container>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
framework:
22
mailer:
3-
dsn: 'smtp://null'
3+
dsn: 'smtp://example.com'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy