Go to file
2020-08-07 01:49:56 +03:00
src - removed unused class import 2020-06-19 08:22:53 +03:00
stubs Add TestCase::createConfigured/PartialMock() to stub 2020-08-06 16:16:06 +02:00
tests fix annotation 2020-06-19 01:38:51 +03: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 Fixed travis lint warnings 2020-04-01 23:49:19 +03:00
codeception.yml apply PSR-4 to tests 2020-04-03 20:27:38 +02:00
composer.json - moved composer/semver to require-dev 2020-06-19 01:39:47 +03: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 Add a short readme 2018-11-28 00:35:52 -05:00

phpunit-psalm-plugin

A PHPUnit plugin for Psalm (requires Psalm v3).

Installation:

composer require --dev psalm/plugin-phpunit
vendor/bin/psalm-plugin enable psalm/plugin-phpunit