Go to file
Bruce Weirdan 18ffce8944
fixed composer check
- Dropped `tests` folder references (tests are not there)
- Dropped `@test` reference from `composer check` (phpunit is not
depended on, tests are absent)
- Ignored `stubs` folder (cannot really be checked by psalm) in
`psalm.xml`
2018-12-09 00:24:35 +02:00
stubs method() returns InvocationMocker and dropped methods that are not actually present on MockObject 2018-12-01 05:10:20 +02:00
.gitignore Add starter files for PHPUnit Plugin 2018-11-14 00:36:33 -05:00
composer.json fixed composer check 2018-12-09 00:24:35 +02:00
phpcs.xml.dist Add starter files for PHPUnit Plugin 2018-11-14 00:36:33 -05:00
Plugin.php tabs to spaces (as declared by phpcs rules) 2018-12-01 05:09:47 +02:00
psalm.xml.dist fixed composer check 2018-12-09 00:24:35 +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