From 62dec977122d0da553c53f0cd6d37d8499ebfbe2 Mon Sep 17 00:00:00 2001
From: Ivan Gavryshko <igavryshko@ebay.com>
Date: Thu, 23 Apr 2015 10:18:25 -0500
Subject: [PATCH] MAGETWO-36077: Move dev/tools/Magento/Tools/View/deploy.php

- fixed static test
---
 .../Test/Unit/Console/Command/DeployStaticContentCommandTest.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup/src/Magento/Setup/Test/Unit/Console/Command/DeployStaticContentCommandTest.php b/setup/src/Magento/Setup/Test/Unit/Console/Command/DeployStaticContentCommandTest.php
index f768133b275..9f8d24d5166 100644
--- a/setup/src/Magento/Setup/Test/Unit/Console/Command/DeployStaticContentCommandTest.php
+++ b/setup/src/Magento/Setup/Test/Unit/Console/Command/DeployStaticContentCommandTest.php
@@ -107,4 +107,3 @@ class DeployStaticContentCommandTest extends \PHPUnit_Framework_TestCase
         $commandTester->execute($wrongParam);
     }
 }
-
-- 
GitLab