From 18fbe2904b5a03755404fb73670274f4eb6324e5 Mon Sep 17 00:00:00 2001 From: Oleksandr Shmyheliuk <oshmyheliuk@magento.com> Date: Fri, 13 Jan 2017 16:18:40 +0200 Subject: [PATCH] MAGETWO-62964: [PR] Delivery of stories (sprint 4) --- .../tests/app/Magento/Install/Test/TestCase/InstallTest.php | 2 +- .../tests/app/Magento/Install/Test/TestCase/InstallTest.xml | 2 +- 2 files changed, 2 insertions(+), 2 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 d7b42886424..32594facd3a 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 @@ -45,7 +45,7 @@ use Magento\Mtf\Client\BrowserInterface; * 15. Perform assertions. * * @group Installer_and_Upgrade/Downgrade - * @ZephyrId MAGETWO-31431, MAGETWO-62817 + * @ZephyrId MAGETWO-31431 * * @SuppressWarnings(PHPMD.CouplingBetweenObjects) */ 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 0a2b502ce3d..cb785723763 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,7 +48,7 @@ <constraint name="Magento\User\Test\Constraint\AssertUserSuccessLogin" /> <constraint name="Magento\Install\Test\Constraint\AssertSecureUrlEnabled" /> </variation> - <variation name="InstallTestVariation6" summary="Install with default values and check DI compile"> + <variation name="InstallTestVariation6" summary="Install with default values and check DI compile" ticketId="MAGETWO-62817"> <data name="user/dataset" xsi:type="string">default</data> <data name="diCompile" xsi:type="boolean">true</data> <constraint name="Magento\Install\Test\Constraint\AssertSuccessInstall" /> -- GitLab