From 09045d5158bc2f893b558457d53ed8dadf9009c7 Mon Sep 17 00:00:00 2001
From: Sergii Kovalenko <skovalenko@magento.com>
Date: Fri, 11 Nov 2016 13:53:30 +0200
Subject: [PATCH] MAGETWO-56989: Deployment process can't be executed on
 separate machine

-move deploy static command
---
 .../App/Test/Unit/DeploymentConfig/WriterTest.php     | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/lib/internal/Magento/Framework/App/Test/Unit/DeploymentConfig/WriterTest.php b/lib/internal/Magento/Framework/App/Test/Unit/DeploymentConfig/WriterTest.php
index 1154e16f892..02d3ade243b 100644
--- a/lib/internal/Magento/Framework/App/Test/Unit/DeploymentConfig/WriterTest.php
+++ b/lib/internal/Magento/Framework/App/Test/Unit/DeploymentConfig/WriterTest.php
@@ -135,17 +135,6 @@ class WriterTest extends \PHPUnit_Framework_TestCase
             ConfigFilePool::APP_CONFIG => 'config.php'
         ];
 
-        $testSetExisting = [
-            ConfigFilePool::APP_CONFIG => [
-                'foo' => 'bar',
-                'key' => 'value',
-                'baz' => [
-                    'test' => 'value',
-                    'test1' => 'value1'
-                ]
-            ],
-        ];
-
         $testSetUpdate = [
             ConfigFilePool::APP_CONFIG => [
                 'baz' => [
-- 
GitLab