File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ Feature: Scaffold WP-CLI commands
45
45
"""
46
46
And the {PACKAGE_PATH}/local/wp-cli/foo/wp-cli.yml file should exist
47
47
And the {PACKAGE_PATH}/local/wp-cli/foo/.travis.yml file should not exist
48
- And the {PACKAGE_PATH}/local/wp-cli/foo/.github/PULL_REQUEST_TEMPLATE.md file should exist
49
- And the {PACKAGE_PATH}/local/wp-cli/foo/.github/ISSUE_TEMPLATE.md file should exist
48
+ And the {PACKAGE_PATH}/local/wp-cli/foo/.github/PULL_REQUEST_TEMPLATE file should exist
49
+ And the {PACKAGE_PATH}/local/wp-cli/foo/.github/ISSUE_TEMPLATE file should exist
50
50
51
51
When I run `wp --require={PACKAGE_PATH}/local/wp-cli/foo/command.php hello-world`
52
52
Then STDOUT should be:
@@ -250,5 +250,5 @@ Feature: Scaffold WP-CLI commands
250
250
Installing package
251
251
"""
252
252
And the {PACKAGE_PATH}/local/wp-cli/foo/.gitignore file should exist
253
- And the {PACKAGE_PATH}/local/wp-cli/foo/.github/PULL_REQUEST_TEMPLATE.md file should not exist
254
- And the {PACKAGE_PATH}/local/wp-cli/foo/.github/ISSUE_TEMPLATE.md file should not exist
253
+ And the {PACKAGE_PATH}/local/wp-cli/foo/.github/PULL_REQUEST_TEMPLATE file should not exist
254
+ And the {PACKAGE_PATH}/local/wp-cli/foo/.github/ISSUE_TEMPLATE file should not exist
You can’t perform that action at this time.
0 commit comments