File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
dev/tests/integration/testsuite/Magento/Framework/Api/Code/Generator Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 185
185
"tinymce/tinymce" : " lib/web/tiny_mce"
186
186
}
187
187
},
188
- "config" : {
189
- "use-include-path" : true
190
- },
191
188
"autoload" : {
192
189
"psr-4" : {
193
190
"Magento\\ Framework\\ " : " lib/internal/Magento/Framework/"
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ class DataBuilderTest extends \PHPUnit_Framework_TestCase
16
16
17
17
protected function setUp ()
18
18
{
19
- \Magento \Framework \Filesystem \FileResolver::addIncludePath ([__DIR__ . '/../../_files ' ]);
19
+ $ autoloadWrapper = \Magento \Framework \Autoload \AutoloaderRegistry::getAutoloader ();
20
+ $ autoloadWrapper ->addPsr4 ('Magento \\Wonderland \\' , realpath (__DIR__ . '/../../_files/Magento/Wonderland ' ));
20
21
$ this ->_objectManager = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ();
21
22
$ this ->_objectManager ->configure (
22
23
[
You can’t perform that action at this time.
0 commit comments