mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-11-26 20:15:08 +01:00
11 lines
226 B
Markdown
11 lines
226 B
Markdown
# phpunit-psalm-plugin
|
|
|
|
A PHPUnit plugin for [Psalm](https://github.com/vimeo/psalm) (requires Psalm v4).
|
|
|
|
Installation:
|
|
|
|
```
|
|
composer require --dev psalm/plugin-phpunit
|
|
vendor/bin/psalm-plugin enable psalm/plugin-phpunit
|
|
```
|