Skip to content

Commit 5d8ef81

Browse files
committed
merge conflicts
2 parents 5c3546e + 6238c3d commit 5d8ef81

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
"autoload": {
99
"files": [ "cli.php" ]
1010
},
11+
"scripts": {
12+
"install-phpunit-env": "bash bin/install-wp-tests.sh wordpress_test root '' localhost latest",
13+
"install-behat-env": "WP_CLI_BIN_DIR=/tmp/wp-cli-phar bash bin/install-package-tests.sh",
14+
"setup": "composer run install-phpunit-env && composer run install-behat-env",
15+
"test": "phpunit && WP_CLI_BIN_DIR=/tmp/wp-cli-phar behat"
16+
},
1117
"require": {
1218
"wp-cli/wp-cli": ">=0.23.0",
1319
"phpunit/phpunit": "^4.8"

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)