File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6060 "check" : [
6161 " @cs-check" ,
6262 " @static-analysis" ,
63- " @test"
63+ " @test" ,
64+ " @test-integration"
6465 ],
6566 "cs-check" : " phpcs" ,
6667 "cs-fix" : " phpcbf" ,
6768 "test" : " phpunit --colors=always --testsuite \" unit test\" " ,
6869 "test-coverage" : " phpunit --colors=always --coverage-clover clover.xml" ,
6970 "test-integration" : " phpunit --colors=always --testsuite \" integration test\" " ,
70- "static-analysis" : " psalm --shepherd --stats" ,
71- "sa-update-baseline" : " psalm --update-baseline" ,
72- "sa-no-baseline" : " psalm --shepherd --stats --ignore-baseline" ,
71+ "static-analysis" : " vendor/bin/phpstan analyse --memory-limit=256M" ,
72+ "sa-generate-baseline" : " vendor/bin/phpstan analyse --memory-limit=256M --generate-baseline" ,
7373 "upload-coverage" : " coveralls -v"
7474 }
7575}
You can’t perform that action at this time.
0 commit comments