diff --git a/README.md b/README.md index ed2e4c5..0534e27 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Laravel Testing Tools +[Become a Patron](https://www.patreon.com/illuminated) + [![StyleCI](https://styleci.io/repos/75414626/shield?branch=master&style=flat)](https://styleci.io/repos/75414626) [![Build Status](https://travis-ci.org/dmitry-ivanov/laravel-testing-tools.svg?branch=master)](https://travis-ci.org/dmitry-ivanov/laravel-testing-tools) [![Coverage Status](https://coveralls.io/repos/github/dmitry-ivanov/laravel-testing-tools/badge.svg?branch=master)](https://coveralls.io/github/dmitry-ivanov/laravel-testing-tools?branch=master) @@ -789,3 +791,9 @@ Check that the specified command was not registered by the service provider: ```php $this->dontSeeRegisteredCommand('foobarbaz'); ``` + +## License + +The MIT License. Please see [License File](LICENSE) for more information. + +[Support on Patreon](https://www.patreon.com/illuminated)