From 76da4ffb69fc5c9c4738b26911cac9e09ea529f9 Mon Sep 17 00:00:00 2001
From: Bohdan Korablov <bkorablov@magento.com>
Date: Fri, 30 Dec 2016 12:36:24 +0200
Subject: [PATCH] MAGETWO-62707: Implementation

---
 .../app/Magento/Install/Test/TestCase/InstallTest.php     | 2 ++
 .../app/Magento/Install/Test/TestCase/InstallTest.xml     | 8 +-------
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev/tests/functional/tests/app/Magento/Install/Test/TestCase/InstallTest.php b/dev/tests/functional/tests/app/Magento/Install/Test/TestCase/InstallTest.php
index fc993db5d7e..173feff13be 100644
--- a/dev/tests/functional/tests/app/Magento/Install/Test/TestCase/InstallTest.php
+++ b/dev/tests/functional/tests/app/Magento/Install/Test/TestCase/InstallTest.php
@@ -78,6 +78,8 @@ class InstallTest extends Injectable
     protected $installPage;
 
     /**
+     * Setup Magento for tests executions.
+     *
      * @var Setup
      */
     private $magentoSetup;
diff --git a/dev/tests/functional/tests/app/Magento/Install/Test/TestCase/InstallTest.xml b/dev/tests/functional/tests/app/Magento/Install/Test/TestCase/InstallTest.xml
index 00c95f291c9..4fc9610b124 100644
--- a/dev/tests/functional/tests/app/Magento/Install/Test/TestCase/InstallTest.xml
+++ b/dev/tests/functional/tests/app/Magento/Install/Test/TestCase/InstallTest.xml
@@ -48,14 +48,8 @@
             <constraint name="Magento\User\Test\Constraint\AssertUserSuccessLogin" />
             <constraint name="Magento\Install\Test\Constraint\AssertSecureUrlEnabled" />
         </variation>
-        <variation name="InstallTestVariation6" summary="Install with default values">
+        <variation name="InstallTestVariation6" summary="Install with default values and check DI compile">
             <data name="user/dataset" xsi:type="string">default</data>
-            <constraint name="Magento\Install\Test\Constraint\AssertSuccessInstall" />
-            <constraint name="Magento\User\Test\Constraint\AssertUserSuccessLogin" />
-        </variation>
-        <variation name="InstallTestVariation7" summary="Install with custom admin path and check DI compile">
-            <data name="user/dataset" xsi:type="string">default</data>
-            <data name="install/admin" xsi:type="string">custom</data>
             <data name="diCompile" xsi:type="boolean">true</data>
             <constraint name="Magento\Install\Test\Constraint\AssertSuccessInstall" />
             <constraint name="Magento\User\Test\Constraint\AssertUserSuccessLogin" />
-- 
GitLab