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 a6a50c8 commit 196498dCopy full SHA for 196498d
dev/tests/unit/Magento/FunctionalTestFramework/Util/ModuleResolverTest.php
@@ -146,20 +146,6 @@ function ($arg) {
146
'Test' . DIRECTORY_SEPARATOR .'Mftf'
147
]
148
);
149
- $mockResolver->verifyInvoked(
150
- 'globRelevantPaths',
151
- [
152
- $magentoBaseCodePath
153
- . DIRECTORY_SEPARATOR . "dev"
154
- . DIRECTORY_SEPARATOR . "tests"
155
- . DIRECTORY_SEPARATOR . "acceptance"
156
157
- . DIRECTORY_SEPARATOR . "functional"
158
- . DIRECTORY_SEPARATOR . "Magento"
159
- . DIRECTORY_SEPARATOR . "FunctionalTest"
160
- , ''
161
- ]
162
- );
163
}
164
165
/**
0 commit comments