diff --git a/.scaffolder/plugin-feature/test.php.hbs b/.scaffolder/plugin-feature/test.php.hbs index 9eb05c97..1bce4f74 100644 --- a/.scaffolder/plugin-feature/test.php.hbs +++ b/.scaffolder/plugin-feature/test.php.hbs @@ -11,7 +11,7 @@ use Create_WordPress_Plugin\Tests\TestCase; use Create_WordPress_Plugin\\{{ wpNamespace inputs.featureName prefix="Features" }}\\{{ wpClassName inputs.featureName }}; /** - * {{ replace (psrClassName inputs.featureName) "_" " " }} Test for the {{ wpClassName inputs.featureName }} class. + * {{ replace (psr4ClassName inputs.featureName) "_" " " }} Test for the {{ wpClassName inputs.featureName }} class. * * @link https://mantle.alley.com/docs/testing */