@@ -575,7 +575,7 @@ private function get_output_path( $assoc_args, $subdir ) {
575
575
* * `bin/install-wp-tests.sh` configures the WordPress test suite and a test database.
576
576
* * `tests/bootstrap.php` is the file that makes the current plugin active when running the test suite.
577
577
* * `tests/test-sample.php` is a sample file containing test cases.
578
- * * `phpcs.xml.dist` is a collection of PHP_CodeSniffer rules.
578
+ * * `. phpcs.xml.dist` is a collection of PHP_CodeSniffer rules.
579
579
*
580
580
* ## OPTIONS
581
581
*
@@ -706,7 +706,7 @@ function plugin( $args, $assoc_args ) {
706
706
* * `bin/install-wp-tests.sh` configures the WordPress test suite and a test database.
707
707
* * `tests/bootstrap.php` is the file that makes the current plugin active when running the test suite.
708
708
* * `tests/test-sample.php` is a sample file containing the actual tests.
709
- * * `phpcs.xml.dist` is a collection of PHP_CodeSniffer rules.
709
+ * * `. phpcs.xml.dist` is a collection of PHP_CodeSniffer rules.
710
710
*
711
711
* Learn more from the [plugin unit tests documentation](https://make.wordpress.org/cli/handbook/plugin-unit-tests/).
712
712
*
@@ -759,7 +759,7 @@ public function plugin_tests( $args, $assoc_args ) {
759
759
* * `bin/install-wp-tests.sh` configures the WordPress test suite and a test database.
760
760
* * `tests/bootstrap.php` is the file that makes the current theme active when running the test suite.
761
761
* * `tests/test-sample.php` is a sample file containing the actual tests.
762
- * * `phpcs.xml.dist` is a collection of PHP_CodeSniffer rules.
762
+ * * `. phpcs.xml.dist` is a collection of PHP_CodeSniffer rules.
763
763
*
764
764
* Learn more from the [plugin unit tests documentation](https://make.wordpress.org/cli/handbook/plugin-unit-tests/).
765
765
*
@@ -889,7 +889,7 @@ private function scaffold_plugin_theme_tests( $args, $assoc_args, $type ) {
889
889
$ to_copy = array (
890
890
'install-wp-tests.sh ' => $ bin_dir ,
891
891
'phpunit.xml.dist ' => $ target_dir ,
892
- 'phpcs.xml.dist ' => $ target_dir ,
892
+ '. phpcs.xml.dist ' => $ target_dir ,
893
893
);
894
894
895
895
foreach ( $ to_copy as $ file => $ dir ) {
0 commit comments