Skip to content

Commit 70247c6

Browse files
committed
Merge branch 'kirtangajjar-add_tests' into develop-v4
2 parents 0041266 + 468abbd commit 70247c6

File tree

11 files changed

+630
-337
lines changed

11 files changed

+630
-337
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,11 @@ ee site list
7878
```
7979

8080
EasyEngine will currently only run with root privileges. You can run `ee help`, `ee help site` and `ee help site create` to get all the details about the various commands and subcommands that you can run.
81+
82+
83+
## Test
84+
85+
EasyEngine is currently using [behat](http://behat.org/) v3.4.x functional tests. The tests for site-command are inside the `features/` directory in the core repository and can be run using
86+
```
87+
vendor/bin/behat
88+
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"wp-cli/php-cli-tools": "~0.11.2"
4949
},
5050
"require-dev": {
51-
"behat/behat": "2.5.*",
51+
"behat/behat": "3.4.*",
5252
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
5353
"phpunit/phpunit": "3.7.*",
5454
"roave/security-advisories": "dev-master",

0 commit comments

Comments
 (0)