Skip to content

Commit eb5d0e7

Browse files
committed
MAGETWO-58386: Eliminate dependencies on modules from lib/Magento.
1 parent 903d284 commit eb5d0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/static/testsuite/Magento/Test/Integrity/Library/DependencyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function ($file) {
7373
(new Injectable())->getDependencies($fileReflection),
7474
$tokens->getDependencies()
7575
);
76-
$allowedNamespaces = str_replace('\\','\\\\', implode('|', $this->getAllowedNamespaces()));
76+
$allowedNamespaces = str_replace('\\', '\\\\', implode('|', $this->getAllowedNamespaces()));
7777
$pattern = '#Magento\\\\(?!' . $allowedNamespaces . ').*#';
7878
foreach ($dependencies as $dependency) {
7979
$dependencyPaths = explode('\\', $dependency);

0 commit comments

Comments
 (0)