Skip to content

Commit 7dcdd39

Browse files
committed
minor symfony#58844 [Translation] fix class name (xabbuh)
This PR was merged into the 7.2 branch. Discussion ---------- [Translation] fix class name | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 208d27e fix class name
2 parents 75da5aa + 208d27e commit 7dcdd39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UPGRADE-7.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ String
100100
Translation
101101
-----------
102102

103-
* Deprecate `ProviderFactoryTestCase`, extend `AbstractTransportFactoryTestCase` instead
103+
* Deprecate `ProviderFactoryTestCase`, extend `AbstractProviderFactoryTestCase` instead
104104

105105
The `testIncompleteDsnException()` test is no longer provided by default. If you make use of it by implementing the `incompleteDsnProvider()` data providers,
106106
you now need to use the `IncompleteDsnTestTrait`.

src/Symfony/Component/Translation/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CHANGELOG
44
7.2
55
---
66

7-
* Deprecate `ProviderFactoryTestCase`, extend `AbstractTransportFactoryTestCase` instead
7+
* Deprecate `ProviderFactoryTestCase`, extend `AbstractProviderFactoryTestCase` instead
88

99
The `testIncompleteDsnException()` test is no longer provided by default. If you make use of it by implementing the `incompleteDsnProvider()` data providers,
1010
you now need to use the `IncompleteDsnTestTrait`.

0 commit comments

Comments
 (0)