Skip to content

Commit 307a510

Browse files
author
Dale Sikkema
committed
MAGETWO-34741: refactor compiler
- update setup test
1 parent 7c7f119 commit 307a510

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)