File tree 6 files changed +11
-1
lines changed
6 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -243,6 +243,10 @@ jobs:
243
243
echo "$OUTPUT"
244
244
../bashunit -a matches "Note: Using configuration file .+phpstan.neon." "$OUTPUT"
245
245
../bashunit -a contains 'Result cache not used because the metadata do not match: metaExtensions' "$OUTPUT"
246
+ - script : |
247
+ cd e2e/bug-12606
248
+ export CONFIGTEST=test
249
+ ../../bin/phpstan
246
250
247
251
steps :
248
252
- name : " Checkout"
Original file line number Diff line number Diff line change
1
+ includes :
2
+ - %env.CONFIGTEST%.neon
Original file line number Diff line number Diff line change
1
+ parameters :
2
+ level : 8
3
+ paths :
4
+ - src
Original file line number Diff line number Diff line change @@ -136,11 +136,11 @@ public function create(
136
136
'generateBaselineFile ' => $ generateBaselineFile ,
137
137
'usedLevel ' => $ usedLevel ,
138
138
'cliAutoloadFile ' => $ cliAutoloadFile ,
139
+ 'env ' => getenv (),
139
140
]);
140
141
$ configurator ->addDynamicParameters ([
141
142
'analysedPaths ' => $ analysedPaths ,
142
143
'analysedPathsFromConfig ' => $ analysedPathsFromConfig ,
143
- 'env ' => getenv (),
144
144
]);
145
145
$ configurator ->addConfig ($ this ->configDirectory . '/config.neon ' );
146
146
foreach ($ additionalConfigFiles as $ additionalConfigFile ) {
You can’t perform that action at this time.
0 commit comments