Skip to content

Commit

Permalink
Merge pull request #14 from magento-extensibility/MAGETWO-30808-remov…
Browse files Browse the repository at this point in the history
…e-include-path

[Extensibility] Magetwo 30808 remove include path
  • Loading branch information
vpelipenko committed Jan 8, 2015
2 parents 2353daf + 13f6622 commit 9c19d10
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,6 @@
"tinymce/tinymce": "lib/web/tiny_mce"
}
},
"config": {
"use-include-path": true
},
"autoload": {
"psr-4": {
"Magento\\Framework\\": "lib/internal/Magento/Framework/"
Expand Down
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ class DataBuilderTest extends \PHPUnit_Framework_TestCase

protected function setUp()
{
\Magento\Framework\Filesystem\FileResolver::addIncludePath([__DIR__ . '/../../_files']);
$autoloadWrapper = \Magento\Framework\Autoload\AutoloaderRegistry::getAutoloader();
$autoloadWrapper->addPsr4('Magento\\Wonderland\\', realpath(__DIR__ . '/../../_files/Magento/Wonderland'));
$this->_objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
$this->_objectManager->configure(
[
Expand Down

0 comments on commit 9c19d10

Please sign in to comment.