mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-11-27 04:24:50 +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 v3).
|
||
|
|
||
|
Installation:
|
||
|
|
||
|
```
|
||
|
composer require --dev psalm/plugin-phpunit
|
||
|
vendor/bin/psalm-plugin enable psalm/plugin-phpunit
|
||
|
```
|