Skip to content

Commit

Permalink
One more psrClassName
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Mar 20, 2024
1 parent eb0de7a commit 7850976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scaffolder/plugin-feature/test.php.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 7850976

Please sign in to comment.