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

-move deploy static command
---
 .../Unit/Console/Command/DeployStaticContentCommandTest.php     | 2 +-
 .../Setup}/Test/Unit/Console/Command/FunctionExistMock.php      | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename {app/code/Magento/Deploy => setup/src/Magento/Setup}/Test/Unit/Console/Command/DeployStaticContentCommandTest.php (99%)
 rename {app/code/Magento/Deploy => setup/src/Magento/Setup}/Test/Unit/Console/Command/FunctionExistMock.php (100%)

diff --git a/app/code/Magento/Deploy/Test/Unit/Console/Command/DeployStaticContentCommandTest.php b/setup/src/Magento/Setup/Test/Unit/Console/Command/DeployStaticContentCommandTest.php
similarity index 99%
rename from app/code/Magento/Deploy/Test/Unit/Console/Command/DeployStaticContentCommandTest.php
rename to setup/src/Magento/Setup/Test/Unit/Console/Command/DeployStaticContentCommandTest.php
index 6f6f564b5bd..82777bb6b7a 100644
--- a/app/code/Magento/Deploy/Test/Unit/Console/Command/DeployStaticContentCommandTest.php
+++ b/setup/src/Magento/Setup/Test/Unit/Console/Command/DeployStaticContentCommandTest.php
@@ -3,7 +3,7 @@
  * Copyright © 2016 Magento. All rights reserved.
  * See COPYING.txt for license details.
  */
-namespace Magento\Deploy\Test\Unit\Console\Command;
+namespace Magento\Setup\Test\Unit\Console\Command;
 
 use Magento\Setup\Console\Command\DeployStaticContentCommand;
 use Symfony\Component\Console\Tester\CommandTester;
diff --git a/app/code/Magento/Deploy/Test/Unit/Console/Command/FunctionExistMock.php b/setup/src/Magento/Setup/Test/Unit/Console/Command/FunctionExistMock.php
similarity index 100%
rename from app/code/Magento/Deploy/Test/Unit/Console/Command/FunctionExistMock.php
rename to setup/src/Magento/Setup/Test/Unit/Console/Command/FunctionExistMock.php
-- 
GitLab