File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
dev/tests/integration/testsuite/Magento/Framework/Interception
lib/internal/Magento/Framework/Interception/Config
setup/src/Magento/Setup/Test/Unit/Module/Di/App/Task Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ public function tearDown()
56
56
57
57
/**
58
58
* Set up Interception Config
59
+ *
60
+ * @param array $pluginConfig
59
61
*/
60
62
public function setUpInterceptionConfig ($ pluginConfig )
61
63
{
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ protected function setUp()
40
40
41
41
$ this ->serializer = $ this ->objectManager ->get (\Magento \Framework \Serialize \SerializerInterface::class);
42
42
$ this ->cache = $ this ->objectManager ->get (\Magento \Framework \App \CacheInterface::class);
43
- $ this ->configWriter =
43
+ $ this ->configWriter =
44
44
$ this ->objectManager ->get (\Magento \Framework \App \ObjectManager \ConfigWriter \Filesystem::class);
45
45
46
46
$ this ->initializeMetadataDirectory ();
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ public function __construct(
113
113
$ this ->_cacheId = $ cacheId ;
114
114
$ this ->_reader = $ reader ;
115
115
$ this ->_scopeList = $ scopeList ;
116
- $ this ->cacheManager =
116
+ $ this ->cacheManager =
117
117
$ cacheManager ?? \Magento \Framework \App \ObjectManager::getInstance ()->get (CacheManager::class);
118
118
$ intercepted = $ this ->cacheManager ->load ($ cacheId );
119
119
if ($ intercepted !== null ) {
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ protected function setUp()
48
48
$ this ->configReaderMock = $ this ->getMockBuilder (\Magento \Setup \Module \Di \Compiler \Config \Reader::class)
49
49
->disableOriginalConstructor ()
50
50
->getMock ();
51
- $ this ->configWriterMock =
51
+ $ this ->configWriterMock =
52
52
$ this ->getMockBuilder (\Magento \Framework \App \ObjectManager \ConfigWriterInterface::class)
53
53
->disableOriginalConstructor ()
54
54
->getMock ();
You can’t perform that action at this time.
0 commit comments