Go to file
2020-05-24 12:52:09 -07:00
src Cast the return method for unknown method 2020-05-04 07:24:35 +03:00
stubs fix: Argument::that allows params 2020-05-24 12:52:09 -07:00
tests Updated tests to account for changed Psalm output 2020-05-24 22:29:52 +03:00
.gitattributes Add missing export-ignore 2020-05-04 07:02:09 +03: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 Updated codeception module to get regexp support 2020-05-24 22:29:12 +03: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