Skip to content

Commit 208d27e

Browse files
committed
fix class name
1 parent 9f81d93 commit 208d27e

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)