Go to file
2020-12-05 07:55:51 +02:00
.github/workflows Added Github actions workflow 2020-11-03 02:40:34 +02:00
src Suppressed more redundant casts 2020-12-05 07:49:50 +02:00
stubs Remove template-typeof use 2020-09-28 13:25:39 -04:00
tests Fixed tests by adjusting the expectations to what Psalm now produces 2020-11-03 00:13:31 +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 Bumped codeception-psalm-module to allow testing on PHP 8 2020-11-03 03:36:03 +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 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