Skip to content

Commit b0555e6

Browse files
author
Joan He
committed
Merge branch 'MAGETWO-28383' of https://github.corp.ebay.com/magento-extensibility/magento2ce into MAGETWO-28383
2 parents b5edb3b + 307a510 commit b0555e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tools/Magento/Tools/Di/compiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
$testExcludePatterns = [
4545
"#^$rootDir/app/code/[\\w]+/[\\w]+/Test#",
4646
"#^$rootDir/lib/internal/[\\w]+/[\\w]+/([\\w]+/)?Test#",
47-
"#^$rootDir/setup/Test#",
47+
"#^$rootDir/setup/src/Magento/Setup/Test#",
4848
"#^$rootDir/dev/tools/Magento/Tools/[\\w]+/Test#"
4949
];
5050
$fileExcludePatterns = $opt->getOption('exclude-pattern') ?

0 commit comments

Comments
 (0)