Skip to content
Snippets Groups Projects
Commit 09045d51 authored by Sergii Kovalenko's avatar Sergii Kovalenko
Browse files

MAGETWO-56989: Deployment process can't be executed on separate machine

-move deploy static command
parent 2263d5c9
Branches
No related merge requests found
...@@ -135,17 +135,6 @@ class WriterTest extends \PHPUnit_Framework_TestCase ...@@ -135,17 +135,6 @@ class WriterTest extends \PHPUnit_Framework_TestCase
ConfigFilePool::APP_CONFIG => 'config.php' ConfigFilePool::APP_CONFIG => 'config.php'
]; ];
$testSetExisting = [
ConfigFilePool::APP_CONFIG => [
'foo' => 'bar',
'key' => 'value',
'baz' => [
'test' => 'value',
'test1' => 'value1'
]
],
];
$testSetUpdate = [ $testSetUpdate = [
ConfigFilePool::APP_CONFIG => [ ConfigFilePool::APP_CONFIG => [
'baz' => [ 'baz' => [
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment