Go to file
Bruce Weirdan 8f98135364
Store external dataprovider references in afterClassLikeVisit
This fixes false-positive UndefinedClass issues when Psalm is run on a
single test file with cold cache.

Fixes psalm/psalm-plugin-phpunit#57
2020-03-30 04:50:31 +03:00
Exception Fixed code style violations 2019-11-14 04:34:10 +02:00
hooks Store external dataprovider references in afterClassLikeVisit 2020-03-30 04:50:31 +03:00
stubs Limit expectException()'s argument to throwables 2019-02-14 13:12:40 +02:00
tests Store external dataprovider references in afterClassLikeVisit 2020-03-30 04:50:31 +03:00
.gitignore Add starter files for PHPUnit Plugin 2018-11-14 00:36:33 -05:00
.travis.yml cache vendor directory 2020-02-07 13:45:06 +00:00
codeception.yml Added test infrastructure 2019-02-09 09:20:40 +02:00
composer.json Bump weirdan/codeception-psalm-module 2020-03-30 04:40:37 +03:00
phpcs.xml.dist Add new files/folders to phpcs check 2019-02-20 00:09:27 +02:00
Plugin.php Fixed code style violations 2019-11-14 04:34:10 +02:00
psalm.xml.dist Ignore support files in Psalm 2019-02-09 09:32:17 +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