Go to file
Bruce Weirdan 6ba908dab6
Remove dead code
The code being removed is no longer used as composer constraints have
been tightened to not include those older versions that required
workarounds.
2021-06-19 02:50:24 +03:00
.github/workflows Added Github actions workflow 2020-11-03 02:40:34 +02:00
src Remove dead code 2021-06-19 02:50:24 +03:00
stubs Fix exception class in InvocationMocker und MockBuilder strub 2021-05-29 20:10:50 +02:00
tests Fix tests to account for issues newer Psalm detects 2021-05-29 20:38:58 +03: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 Upgrade Psalm interfaces 2021-06-06 10:46:01 +03:00
phpcs.xml.dist Remove dead code 2021-06-19 02:50:24 +03:00
psalm.xml.dist Fix tests to account for issues newer Psalm detects 2021-05-29 20:38:58 +03: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