File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ parameters:
66 treatPhpDocTypesAsCertain : false
77
88 bootstrapFiles :
9- - %rootDir%/../.. /apache-solr-for-typo3/solr/Build/Test/phpstan-constants.php
9+ - %env.COMPOSER_VENDOR_DIR% /apache-solr-for-typo3/solr/Build/Test/phpstan-constants.php
1010
1111 paths :
1212 - %currentWorkingDirectory%/Classes
Original file line number Diff line number Diff line change 137137 "tests:unit" : [ " phpunit --colors -c Build/Test/UnitTests.xml" ],
138138 "tests:integration" : [ " phpunit --colors -c Build/Test/IntegrationTests.xml" ],
139139 "tests:phpstan" : [
140- " phpstan analyze -c Build/Test/phpstan.neon"
140+ " COMPOSER_VENDOR_DIR=$($COMPOSER_BINARY config vendor-dir) phpstan analyze -c Build/Test/phpstan.neon"
141141 ],
142142 "t3:standards:fix" : [
143143 " php-cs-fixer fix"
You can’t perform that action at this time.
0 commit comments