Go to file
Bruce Weirdan 921aaaa45a
Merge pull request #96 from weirdan/github-actions
Added Github actions workflow
2020-11-03 02:46:03 +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
.travis.yml Remove PHP 7.1 and 7.2 from build 2020-10-19 09:12:59 -04:00
codeception.yml apply PSR-4 to tests 2020-04-03 20:27:38 +02:00
composer.json Allow PHP 7.1 again 2020-10-26 15:18:31 -04: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