Skip to content

Commit

Permalink
License & Patreon buttons added.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Jul 23, 2018
1 parent 6f688fe commit c81d359
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Laravel Testing Tools

[<img src="https://user-images.githubusercontent.com/1286821/43083932-4915853a-8ea0-11e8-8983-db9e0f04e772.png" alt="Become a Patron" width="160" />](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)
Expand Down Expand Up @@ -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.
[<img src="https://user-images.githubusercontent.com/1286821/43086829-ff7c006e-8ea6-11e8-8b03-ecf97ca95b2e.png" alt="Support on Patreon" width="125" />](https://www.patreon.com/illuminated)

0 comments on commit c81d359

Please sign in to comment.