Go to file
2021-01-23 01:23:15 +02:00
.github/workflows Added Github actions workflow 2020-11-03 02:40:34 +02:00
src Handle nullable providers 2021-01-23 01:23:15 +02:00
stubs Remove template-typeof use 2020-09-28 13:25:39 -04:00
tests Handle nullable providers 2021-01-23 01:23:15 +02:00
.gitattributes Dropped travis.yml from .gitattributes 2020-11-25 05:34:33 +02:00
.gitignore Add starter files for PHPUnit Plugin 2018-11-14 00:36:33 -05:00
codeception.yml apply PSR-4 to tests 2020-04-03 20:27:38 +02:00
composer.json Move phpunit to devRequirement 2020-12-06 18:57:24 +01: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 Update README.md 2020-11-02 09:30:17 +01:00

phpunit-psalm-plugin

A PHPUnit plugin for Psalm (requires Psalm v4).

Installation:

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