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.
1 parent bd1aa51 commit 1c89cdeCopy full SHA for 1c89cde
dev/tests/static/framework/Magento/TestFramework/Dependency/DiRule.php
@@ -40,7 +40,7 @@ private function getPattern()
40
{
41
if ($this->pattern === null) {
42
$this->pattern = '~\b(?<class>(?<module>('
43
- . implode('_|', Files::init()->getNamespaces())
+ . implode('[_\\\\]|', Files::init()->getNamespaces())
44
. '[_\\\\])[a-zA-Z0-9]+)[a-zA-Z0-9_\\\\]*)\b~';
45
}
46
0 commit comments