We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5edb3b + 307a510 commit b0555e6Copy full SHA for b0555e6
dev/tools/Magento/Tools/Di/compiler.php
@@ -44,7 +44,7 @@
44
$testExcludePatterns = [
45
"#^$rootDir/app/code/[\\w]+/[\\w]+/Test#",
46
"#^$rootDir/lib/internal/[\\w]+/[\\w]+/([\\w]+/)?Test#",
47
- "#^$rootDir/setup/Test#",
+ "#^$rootDir/setup/src/Magento/Setup/Test#",
48
"#^$rootDir/dev/tools/Magento/Tools/[\\w]+/Test#"
49
];
50
$fileExcludePatterns = $opt->getOption('exclude-pattern') ?
0 commit comments