Skip to content
Snippets Groups Projects
Commit 76da4ffb authored by Bohdan Korablov's avatar Bohdan Korablov
Browse files

MAGETWO-62707: Implementation

parent 99968a59
Branches
No related merge requests found
...@@ -78,6 +78,8 @@ class InstallTest extends Injectable ...@@ -78,6 +78,8 @@ class InstallTest extends Injectable
protected $installPage; protected $installPage;
/** /**
* Setup Magento for tests executions.
*
* @var Setup * @var Setup
*/ */
private $magentoSetup; private $magentoSetup;
......
...@@ -48,14 +48,8 @@ ...@@ -48,14 +48,8 @@
<constraint name="Magento\User\Test\Constraint\AssertUserSuccessLogin" /> <constraint name="Magento\User\Test\Constraint\AssertUserSuccessLogin" />
<constraint name="Magento\Install\Test\Constraint\AssertSecureUrlEnabled" /> <constraint name="Magento\Install\Test\Constraint\AssertSecureUrlEnabled" />
</variation> </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> <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> <data name="diCompile" xsi:type="boolean">true</data>
<constraint name="Magento\Install\Test\Constraint\AssertSuccessInstall" /> <constraint name="Magento\Install\Test\Constraint\AssertSuccessInstall" />
<constraint name="Magento\User\Test\Constraint\AssertUserSuccessLogin" /> <constraint name="Magento\User\Test\Constraint\AssertUserSuccessLogin" />
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment