File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
dev/tools/Magento/Tools/Di/Test/Unit/App Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -159,21 +159,21 @@ private function getOptions()
159
159
'filePatterns ' => ['di ' => '/\/etc\/([a-zA-Z_]*\/di|di)\.xml$/ ' ]
160
160
],
161
161
Task \OperationFactory::APPLICATION_CODE_GENERATOR => [
162
- BP . '/ ' . 'app/code ' , BP . '/ ' . 'lib/internal/Magento/Framework ' , BP . '/ ' . 'var/generation '
162
+ BP . '/ ' . 'app/code ' , BP . '/ ' . 'lib/internal/Magento/Framework ' , BP . '/ ' . 'var/generation '
163
163
],
164
164
Task \OperationFactory::INTERCEPTION => [
165
165
'intercepted_paths ' => [
166
- BP . '/ ' . 'app/code ' ,
167
- BP . '/ ' . 'lib/internal/Magento/Framework ' ,
168
- BP . '/ ' . 'var/generation '
166
+ BP . '/ ' . 'app/code ' ,
167
+ BP . '/ ' . 'lib/internal/Magento/Framework ' ,
168
+ BP . '/ ' . 'var/generation '
169
169
],
170
170
'path_to_store ' => BP . '/var/generation ' ,
171
171
],
172
172
Task \OperationFactory::AREA_CONFIG_GENERATOR => [
173
- BP . '/ ' . 'app/code ' , BP . '/ ' . 'lib/internal/Magento/Framework ' , BP . '/ ' . 'var/generation '
173
+ BP . '/ ' . 'app/code ' , BP . '/ ' . 'lib/internal/Magento/Framework ' , BP . '/ ' . 'var/generation '
174
174
],
175
175
Task \OperationFactory::INTERCEPTION_CACHE => [
176
- BP . '/ ' . 'app/code ' , BP . '/ ' . 'lib/internal/Magento/Framework ' , BP . '/ ' . 'var/generation '
176
+ BP . '/ ' . 'app/code ' , BP . '/ ' . 'lib/internal/Magento/Framework ' , BP . '/ ' . 'var/generation '
177
177
]
178
178
];
179
179
}
You can’t perform that action at this time.
0 commit comments