You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'html'=>'<html><body><h1>Congratulations, {{name}}!</h1><p>You just sent your very first mailing!</p></body></html>',
@@ -93,13 +93,13 @@ try {
93
93
Run `composer install` inside the directory to install dependecies and development tools.
94
94
95
95
### Testing
96
-
Once all the dependencies are installed, you can execute the unit tests using `vendor/bin/phpunit --bootstrap test/unit/bootstrap.php ./test/unit`.
97
-
98
-
If you're interested in code coverage, you can add the `--coverage` flag for phpunit like so: ```phpunit --coverage-html test/output/report --bootstrap test/unit/bootstrap.php ./test/unit```
96
+
Once all the dependencies are installed, you can execute the unit tests using:
97
+
```
98
+
composer test
99
+
```
99
100
100
101
### Contributing
101
102
1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
102
103
2. Fork [the repository](http://github.com/SparkPost/php-sparkpost) on GitHub to start making your changes to the **master** branch (or branch off of it).
103
104
3. Write a test which shows that the bug was fixed or that the feature works as expected.
104
105
4. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to [AUTHORS](https://github.com/SparkPost/php-sparkpost/blob/master/AUTHORS.md).
0 commit comments