Skip to content

Commit 09045d5

Browse files
author
Sergii Kovalenko
committed
MAGETWO-56989: Deployment process can't be executed on separate machine
-move deploy static command
1 parent 2263d5c commit 09045d5

File tree

1 file changed

+0
-11
lines changed
  • lib/internal/Magento/Framework/App/Test/Unit/DeploymentConfig

1 file changed

+0
-11
lines changed

lib/internal/Magento/Framework/App/Test/Unit/DeploymentConfig/WriterTest.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -135,17 +135,6 @@ public function testSaveConfigOverride()
135135
ConfigFilePool::APP_CONFIG => 'config.php'
136136
];
137137

138-
$testSetExisting = [
139-
ConfigFilePool::APP_CONFIG => [
140-
'foo' => 'bar',
141-
'key' => 'value',
142-
'baz' => [
143-
'test' => 'value',
144-
'test1' => 'value1'
145-
]
146-
],
147-
];
148-
149138
$testSetUpdate = [
150139
ConfigFilePool::APP_CONFIG => [
151140
'baz' => [

0 commit comments

Comments
 (0)