From dc89e16b44048ceecc879054e5b7f38326ab6cc5 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 12 Nov 2024 21:47:56 +0100 Subject: [PATCH] fix class name --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a8bba08..622c7f75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ CHANGELOG 7.2 --- - * Deprecate `ProviderFactoryTestCase`, extend `AbstractTransportFactoryTestCase` instead + * Deprecate `ProviderFactoryTestCase`, extend `AbstractProviderFactoryTestCase` instead The `testIncompleteDsnException()` test is no longer provided by default. If you make use of it by implementing the `incompleteDsnProvider()` data providers, you now need to use the `IncompleteDsnTestTrait`.