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', + ]; } /**