Go to file
Bruce Weirdan c336c33fa9
Disable Travis
Travis CI seems to be continuosly lowering it's OSS jobs cap, so the
feedback loop is getting slower and slower. Github CI appears to be
working just fine, so I propose to complete the switch.
2020-11-24 05:53:07 +02:00
.github/workflows Added Github actions workflow 2020-11-03 02:40:34 +02:00
src Change to TKeyedArray 2020-10-13 00:38:14 -04: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 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
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