Go to file
Matthew Brown f5147be764
Merge pull request #99 from weirdan/suppress-redundant-casts
Suppressed redundant casts emitted by newest Psalm
2020-12-08 17:25:25 -05:00
.github/workflows Added Github actions workflow 2020-11-03 02:40:34 +02:00
src Merge branch 'master' into suppress-redundant-casts 2020-12-08 17:25:18 -05: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 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