You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #58351 [Mailer] deprecate the TransportFactoryTestCase (xabbuh)
This PR was merged into the 7.2 branch.
Discussion
----------
[Mailer] deprecate the TransportFactoryTestCase
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | no
| New feature? | no
| Deprecations? | yes
| Issues |
| License | MIT
Commits
-------
e878066cac8 deprecate the TransportFactoryTestCase
The `testIncompleteDsnException()` test is no longer provided by default. If you make use of it by implementing the `incompleteDsnProvider()` data providers,
10
+
you now need to use the `IncompleteDsnTestTrait`.
11
+
7
12
* Make `TransportFactoryTestCase` compatible with PHPUnit 10+
0 commit comments