Go to file
Bruce Weirdan 5128529ca9
Rename stubs from *.php to *.phpstub
This hides them from PHPStorm, preventing false positives it used to
emit.
2020-04-05 20:49:25 +03:00
src Rename stubs from *.php to *.phpstub 2020-04-05 20:49:25 +03:00
stubs Rename stubs from *.php to *.phpstub 2020-04-05 20:49:25 +03:00
tests apply PSR-4 to tests 2020-04-03 20:27:38 +02:00
.gitignore Add starter files for PHPUnit Plugin 2018-11-14 00:36:33 -05:00
.travis.yml Fixed travis lint warnings 2020-04-01 23:49:19 +03:00
codeception.yml apply PSR-4 to tests 2020-04-03 20:27:38 +02:00
composer.json Revert "reflect stubs" 2020-04-05 17:34:36 +02:00
phpcs.xml.dist apply PSR-4 to tests 2020-04-03 20:27:38 +02:00
psalm.xml.dist apply PSR-4 to source 2020-04-03 20:26:50 +02:00
README.md Add a short readme 2018-11-28 00:35:52 -05:00

phpunit-psalm-plugin

A PHPUnit plugin for Psalm (requires Psalm v3).

Installation:

composer require --dev psalm/plugin-phpunit
vendor/bin/psalm-plugin enable psalm/plugin-phpunit