Skip to content

Commit 198e825

Browse files
committed
MAGETWO-36072: Move dev/tools/Magento/Tools/Di/compiler.php
- Fixed code integrity failure test.
1 parent ee89e3c commit 198e825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Console/Command/DiCompileMultiTenantCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
160160
"#^" . $this->directoryList->getRoot() . "/dev/tools/Magento/Tools/[\\w]+/Test#"
161161
];
162162
$fileExcludePatterns = $input->getOption('exclude-pattern') ?
163-
[$input->getOption(self::INPUT_KEY_EXCLUDE_PATTERN)] : ['#[\\\\/]M1[\\\\/]#i'];
163+
[$input->getOption(self::INPUT_KEY_EXCLUDE_PATTERN)] : ['#[\\\\/]m1[\\\\/]#i'];
164164
$fileExcludePatterns = array_merge($fileExcludePatterns, $testExcludePatterns);
165165
/** @var Writer\Console logWriter Writer model for success messages */
166166
$logWriter = new Writer\Console($output);

0 commit comments

Comments
 (0)