File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 3636 "require-dev" : {
3737 "php-parallel-lint/php-parallel-lint" : " ^1.2" ,
3838 "vimeo/psalm" : " ^4.5" ,
39+ "psalm/plugin-phpunit" : " ^0.15.1" ,
40+ "psalm/plugin-mockery" : " ^0.7.0" ,
3941 "phpunit/phpunit" : " ^8" ,
4042 "mockery/mockery" : " ^1.3" ,
4143 "symfony/yaml" : " ^4.4" ,
Original file line number Diff line number Diff line change 2222 xsi : schemaLocation =" https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
2323>
2424 <projectFiles >
25- <directory name =" src" />
25+ <directory name =" src" />
26+ <directory name =" tests" />
2627 <ignoreFiles >
2728 <directory name =" vendor" />
2829 </ignoreFiles >
2930 </projectFiles >
3031 <issueHandlers >
31- <InternalClass errorLevel =" suppress" />
32- <InternalMethod errorLevel =" suppress" />
32+ <InternalClass errorLevel =" suppress" />
33+ <InternalMethod errorLevel =" suppress" />
3334 </issueHandlers >
35+ <plugins >
36+ <pluginClass class =" Psalm\PhpUnitPlugin\Plugin" />
37+ <pluginClass class =" Psalm\MockeryPlugin\Plugin" />
38+ </plugins >
3439</psalm >
You can’t perform that action at this time.
0 commit comments