Skip to content

Commit

Permalink
ENGCOM-3243: Write intercepted mapping to generated/metadata during c…
Browse files Browse the repository at this point in the history
…ompilation #18648

- Fixed static test
  • Loading branch information
slavvka authored Nov 8, 2018
1 parent 1862d2c commit 2f5b730
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ protected function setUp()

$this->serializer = $this->objectManager->get(\Magento\Framework\Serialize\SerializerInterface::class);
$this->cache = $this->objectManager->get(\Magento\Framework\App\CacheInterface::class);
$this->configWriter = $this->objectManager->get(\Magento\Framework\App\ObjectManager\ConfigWriter\Filesystem::class);
$this->configWriter =
$this->objectManager->get(\Magento\Framework\App\ObjectManager\ConfigWriter\Filesystem::class);

$this->initializeMetadataDirectory();
}
Expand Down Expand Up @@ -125,7 +126,9 @@ private function getConfig()
\Magento\Framework\Interception\Config\CacheManager::class,
[
'cacheId' => self::CACHE_ID,
'compiledLoader' => $this->objectManager->create(\Magento\Framework\App\ObjectManager\ConfigLoader\Compiled::class),
'compiledLoader' => $this->objectManager->create(
\Magento\Framework\App\ObjectManager\ConfigLoader\Compiled::class
),
]
);
}
Expand Down

0 comments on commit 2f5b730

Please sign in to comment.