Skip to content

Commit 31948ad

Browse files
committed
feature #60866 [Mailer] Remove deprecated TransportFactoryTestCase (mttsch)
This PR was merged into the 8.0 branch. Discussion ---------- [Mailer] Remove deprecated TransportFactoryTestCase | Q | A | ------------- | --- | Branch? | 8.0 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the latest branch. - For new features, provide some code snippets to help understand usage. - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- edbaa40 [Mailer] Remove deprecated TransportFactoryTestCase
2 parents 6d05df6 + edbaa40 commit 31948ad

File tree

3 files changed

+10
-64
lines changed

3 files changed

+10
-64
lines changed

UPGRADE-8.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,11 @@ Ldap
165165

166166
* Remove `LdapUser::eraseCredentials()` in favor of `__serialize()`
167167

168+
Mailer
169+
------
170+
171+
* Remove `TransportFactoryTestCase`, extend `AbstractTransportFactoryTestCase` instead
172+
168173
Notifier
169174
--------
170175

src/Symfony/Component/Mailer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
8.0
5+
---
6+
7+
* Remove `TransportFactoryTestCase`, extend `AbstractTransportFactoryTestCase` instead
8+
49
7.3
510
---
611

src/Symfony/Component/Mailer/Test/TransportFactoryTestCase.php

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)