Add a short readme

This commit is contained in:
Matthew Brown 2018-11-28 00:35:52 -05:00 committed by GitHub
parent 5fd3db0c48
commit f24b5d529c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# phpunit-psalm-plugin
A PHPUnit plugin for [Psalm](https://github.com/vimeo/psalm) (requires Psalm v3).
Installation:
```
composer require --dev psalm/plugin-phpunit
vendor/bin/psalm-plugin enable psalm/plugin-phpunit
```