Skip to content

Commit 9006409

Browse files
committed
Add version info in readme
1 parent 93fa382 commit 9006409

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@ git clone git@github.com:SparkPost/wordpress-sparkpost.git ~/src/wordpress/wp-co
3838
* Activate the plugin from admin panel
3939

4040
## Running Tests
41+
* Make sure you're using PHP 5.6 or above.
4142
* Install test files by running `bash bin/install-wp-tests.sh wordpress_test root '' localhost latest`. Details on [wp-cli.org](http://wp-cli.org/docs/plugin-unit-tests/).
4243
* [Install composer](https://getcomposer.org/doc/00-intro.md)
43-
* Go to `./tests` directory
44-
* Run `composer install` to install required packages
45-
* To run tests, run `composer test`
46-
* Add you tests in `tests/specs` directory. Upon pushing the branch, Travis will automatically run it and generate reports (tests and coverage)
44+
* Go to `./tests` directory.
45+
* Run `composer install` to install required packages.
46+
* To run tests, run `composer test`.
47+
* Add your tests in `tests/specs` directory. Upon pushing the branch, Travis will automatically run it and generate reports (tests and coverage).
4748

4849
## Releasing
4950

0 commit comments

Comments
 (0)