Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
miya0001 committed Dec 23, 2016
2 parents b7cf334 + eb1a79e commit faa2535
Show file tree
Hide file tree
Showing 9 changed files with 641 additions and 17 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[*.php]
indent_style = tab
indent_size = 4
3 changes: 3 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export WP_VERSION=latest
export WP_THEME=twentysixteen
export WP_PATH=/tmp/wp-tests
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ package.json
phpspec.yml
spec/
vendor/
wp-cli.yml
wp-cli-nightly.phar
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Feature: I login as the specfic role
Run to see contexts.

```
$ vendor/bin/behat --di --lang=en
$ vendor/bin/behat -di --lang=en
```

### Install headless browser
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"behat/mink": "~1.7",
"behat/mink-extension": "~2.2",
"behat/mink-selenium2-driver": "~1.3.1",
"phpunit/phpunit": "^5.6"
"phpunit/phpunit": "^5.6",
"behat/mink-goutte-driver": "^1.2",
"guzzlehttp/guzzle": "^6.2"
},
"require-dev": {
"phpspec/phpspec": "^3.1"
Expand Down
Loading

0 comments on commit faa2535

Please sign in to comment.