File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ wp-cli/scaffold-package-command
3
3
4
4
Scaffold WP-CLI commands with functional tests
5
5
6
- [ ![ Build Status] ( https://travis-ci.org/wp-cli/scaffold-package-command.svg?branch=master )] ( https://travis-ci.org/wp-cli/scaffold-package-command )
7
- [ ![ CircleCI] ( https://circleci.com/gh/wp-cli/scaffold-package-command/tree/master.svg?style=svg )] ( https://circleci.com/gh/wp-cli/scaffold-package-command/tree/master )
6
+ [ ![ Build Status] ( https://travis-ci.org/wp-cli/scaffold-package-command.svg?branch=master )] ( https://travis-ci.org/wp-cli/scaffold-package-command ) [ ![ CircleCI] ( https://circleci.com/gh/wp-cli/scaffold-package-command/tree/master.svg?style=svg )] ( https://circleci.com/gh/wp-cli/scaffold-package-command/tree/master )
8
7
9
8
Quick links: [ Using] ( #using ) | [ Installing] ( #installing ) | [ Contributing] ( #contributing )
10
9
@@ -28,7 +27,7 @@ Default behavior is to create the following files:
28
27
- Test harness (via wp scaffold package-tests)
29
28
30
29
Unless specified with ` --dir=<dir> ` , the command package is placed in the
31
- WP-CLI package directory.
30
+ WP-CLI ` packages/local/ ` directory.
32
31
33
32
** OPTIONS**
34
33
@@ -131,7 +130,7 @@ calling `behat`.
131
130
The ` features/bootstrap/FeatureContext.php ` file expects the
132
131
WP_CLI_BIN_DIR environment variable.
133
132
134
- WP-CLI Behat framework uses Behat ~ 2.5.
133
+ WP-CLI Behat framework uses Behat ~ 2.5, which is installed with Composer .
135
134
136
135
** OPTIONS**
137
136
You can’t perform that action at this time.
0 commit comments