@@ -453,7 +453,7 @@ private function get_output_path( $assoc_args, $subdir ) {
453453 * * `bin/install-wp-tests.sh` configures the WordPress test suite and a test database.
454454 * * `tests/bootstrap.php` is the file that makes the current plugin active when running the test suite.
455455 * * `tests/test-sample.php` is a sample file containing test cases.
456- * * `phpcs.ruleset. xml` is a collenction of PHP_CodeSniffer rules.
456+ * * `phpcs.xml.dist ` is a collection of PHP_CodeSniffer rules.
457457 *
458458 * ## OPTIONS
459459 *
@@ -584,7 +584,7 @@ function plugin( $args, $assoc_args ) {
584584 * * `bin/install-wp-tests.sh` configures the WordPress test suite and a test database.
585585 * * `tests/bootstrap.php` is the file that makes the current plugin active when running the test suite.
586586 * * `tests/test-sample.php` is a sample file containing the actual tests.
587- * * `phpcs.ruleset. xml` is a collenction of PHP_CodeSniffer rules.
587+ * * `phpcs.xml.dist ` is a collection of PHP_CodeSniffer rules.
588588 *
589589 * Learn more from the [plugin unit tests documentation](http://wp-cli.org/docs/plugin-unit-tests/).
590590 *
@@ -636,7 +636,7 @@ public function plugin_tests( $args, $assoc_args ) {
636636 * * `bin/install-wp-tests.sh` configures the WordPress test suite and a test database.
637637 * * `tests/bootstrap.php` is the file that makes the current theme active when running the test suite.
638638 * * `tests/test-sample.php` is a sample file containing the actual tests.
639- * * `phpcs.ruleset. xml` is a collenction of PHP_CodeSniffer rules.
639+ * * `phpcs.xml.dist ` is a collection of PHP_CodeSniffer rules.
640640 *
641641 * Learn more from the [plugin unit tests documentation](http://wp-cli.org/docs/plugin-unit-tests/).
642642 *
@@ -762,7 +762,7 @@ private function scaffold_plugin_theme_tests( $args, $assoc_args, $type ) {
762762 $ to_copy = array (
763763 'install-wp-tests.sh ' => $ bin_dir ,
764764 'phpunit.xml.dist ' => $ target_dir ,
765- 'phpcs.ruleset. xml ' => $ target_dir ,
765+ 'phpcs.xml.dist ' => $ target_dir ,
766766 );
767767
768768 foreach ( $ to_copy as $ file => $ dir ) {
0 commit comments