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>',
@@ -92,13 +92,10 @@ try {
92
92
Run `composer install` inside the directory to install dependecies and development tools.
93
93
94
94
### Testing
95
-
Once all the dependencies are installed, you can execute the unit tests using `vendor/bin/phpunit --bootstrap test/unit/bootstrap.php ./test/unit`.
96
-
97
-
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```
95
+
Once all the dependencies are installed, you can execute the unit tests using ```composer test```.
98
96
99
97
### Contributing
100
98
1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
101
99
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).
102
100
3. Write a test which shows that the bug was fixed or that the feature works as expected.
103
101
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