File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments