From 070dead2567e0a89083dda800f582c4bdb354ef0 Mon Sep 17 00:00:00 2001 From: Patrick Braun Date: Tue, 19 Apr 2022 10:08:32 +0200 Subject: [PATCH] Test case for 3rd party class containing ZendForm in its full path Signed-off-by: Patrick Braun --- test/ReplacementsTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/ReplacementsTest.php b/test/ReplacementsTest.php index 7f4ca0b..b3501c9 100644 --- a/test/ReplacementsTest.php +++ b/test/ReplacementsTest.php @@ -108,6 +108,10 @@ public function edgeCases() file_get_contents(__DIR__ . '/TestAsset/Replacements/zf-oauth2-config.php'), file_get_contents(__DIR__ . '/TestAsset/Replacements/zf-oauth2-config.php.out'), ]; + yield '3rd party CustomZendFormBinder' => [ + 'CustomZendFormBinder\Controller\Plugin\BinderPlugin', + 'CustomZendFormBinder\Controller\Plugin\BinderPlugin', + ]; } /**