mirror of
https://ghproxy.net/https://github.com/wp-cli/scaffold-package-command.git
synced 2025-10-04 04:02:29 +08:00
Use correct filename in the test
This commit is contained in:
parent
a7bbc878f4
commit
fb18aa67c9
1 changed files with 4 additions and 4 deletions
|
@ -45,8 +45,8 @@ Feature: Scaffold WP-CLI commands
|
|||
"""
|
||||
And the {PACKAGE_PATH}/local/wp-cli/foo/wp-cli.yml file should exist
|
||||
And the {PACKAGE_PATH}/local/wp-cli/foo/.travis.yml file should not exist
|
||||
And the {PACKAGE_PATH}/local/wp-cli/foo/.github/PULL_REQUEST_TEMPLATE.md file should exist
|
||||
And the {PACKAGE_PATH}/local/wp-cli/foo/.github/ISSUE_TEMPLATE.md file should exist
|
||||
And the {PACKAGE_PATH}/local/wp-cli/foo/.github/PULL_REQUEST_TEMPLATE file should exist
|
||||
And the {PACKAGE_PATH}/local/wp-cli/foo/.github/ISSUE_TEMPLATE file should exist
|
||||
|
||||
When I run `wp --require={PACKAGE_PATH}/local/wp-cli/foo/command.php hello-world`
|
||||
Then STDOUT should be:
|
||||
|
@ -250,5 +250,5 @@ Feature: Scaffold WP-CLI commands
|
|||
Installing package
|
||||
"""
|
||||
And the {PACKAGE_PATH}/local/wp-cli/foo/.gitignore file should exist
|
||||
And the {PACKAGE_PATH}/local/wp-cli/foo/.github/PULL_REQUEST_TEMPLATE.md file should not exist
|
||||
And the {PACKAGE_PATH}/local/wp-cli/foo/.github/ISSUE_TEMPLATE.md file should not exist
|
||||
And the {PACKAGE_PATH}/local/wp-cli/foo/.github/PULL_REQUEST_TEMPLATE file should not exist
|
||||
And the {PACKAGE_PATH}/local/wp-cli/foo/.github/ISSUE_TEMPLATE file should not exist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue