@@ -18,6 +18,11 @@ Feature: Scaffold WP-CLI commands
1818 """
1919 .gitignore
2020 """
21+ And the {PACKAGE_PATH}/local/wp-cli/foo/phpcs.xml.dist file should exist
22+ And the {PACKAGE_PATH}/local/wp-cli/foo/phpcs.xml.dist file should contain:
23+ """
24+ WP_CLI_CS
25+ """
2126 And the {PACKAGE_PATH}/local/wp-cli/foo/composer.json file should exist
2227 And the {PACKAGE_PATH}/local/wp-cli/foo/composer.json file should contain:
2328 """
@@ -127,6 +132,7 @@ Feature: Scaffold WP-CLI commands
127132 """
128133 And the custom-directory/.gitignore file should exist
129134 And the custom-directory/.editorconfig file should exist
135+ And the custom-directory/phpcs.xml.dist file should exist
130136 And the custom-directory/composer.json file should exist
131137 And the custom-directory/hello-world-command.php file should exist
132138 And the custom-directory/wp-cli.yml file should exist
@@ -195,6 +201,7 @@ Feature: Scaffold WP-CLI commands
195201 """
196202 And the {PACKAGE_PATH}/local/wp-cli/with-tests/.gitignore file should exist
197203 And the {PACKAGE_PATH}/local/wp-cli/with-tests/.editorconfig file should exist
204+ And the {PACKAGE_PATH}/local/wp-cli/with-tests/phpcs.xml.dist file should exist
198205 And the {PACKAGE_PATH}/local/wp-cli/with-tests/composer.json file should exist
199206 And the {PACKAGE_PATH}/local/wp-cli/with-tests/hello-world-command.php file should exist
200207 And the {PACKAGE_PATH}/local/wp-cli/with-tests/wp-cli.yml file should exist
@@ -260,5 +267,6 @@ Feature: Scaffold WP-CLI commands
260267 Installing package
261268 """
262269 And the {PACKAGE_PATH}/local/wp-cli/foo/.gitignore file should exist
270+ And the {PACKAGE_PATH}/local/wp-cli/foo/phpcs.xml.dist file should exist
263271 And the {PACKAGE_PATH}/local/wp-cli/foo/.github/PULL_REQUEST_TEMPLATE file should not exist
264272 And the {PACKAGE_PATH}/local/wp-cli/foo/.github/ISSUE_TEMPLATE file should not exist
0 commit comments