Skip to content

Commit

Permalink
merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Nov 13, 2016
2 parents 5c3546e + 6238c3d commit 5d8ef81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"autoload": {
"files": [ "cli.php" ]
},
"scripts": {
"install-phpunit-env": "bash bin/install-wp-tests.sh wordpress_test root '' localhost latest",
"install-behat-env": "WP_CLI_BIN_DIR=/tmp/wp-cli-phar bash bin/install-package-tests.sh",
"setup": "composer run install-phpunit-env && composer run install-behat-env",
"test": "phpunit && WP_CLI_BIN_DIR=/tmp/wp-cli-phar behat"
},
"require": {
"wp-cli/wp-cli": ">=0.23.0",
"phpunit/phpunit": "^4.8"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d8ef81

Please sign in to comment.