Skip to content

Commit 5ff5539

Browse files
committed
MQE-2091: Remove MTF Code (framework and tests) from Magento 2.4
1 parent 5843140 commit 5ff5539

File tree

3,459 files changed

+1
-233744
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,459 files changed

+1
-233744
lines changed

.php_cs.dist

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010

1111
$finder = PhpCsFixer\Finder::create()
1212
->name('*.phtml')
13-
->exclude('dev/tests/functional/generated')
14-
->exclude('dev/tests/functional/var')
15-
->exclude('dev/tests/functional/vendor')
1613
->exclude('dev/tests/integration/tmp')
1714
->exclude('dev/tests/integration/var')
1815
->exclude('lib/internal/Cm')

app/code/Magento/Backend/Test/Mftf/Test/AdminLoginSuccessfulTest.xml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<group value="login"/>
2121
</annotations>
2222

23+
2324
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2425
<actionGroup ref="AssertAdminSuccessLoginActionGroup" stepKey="assertLoggedIn"/>
2526
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>

dev/tests/functional/.gitignore

-9
This file was deleted.

dev/tests/functional/bootstrap.php

-63
This file was deleted.

dev/tests/functional/composer.json

-28
This file was deleted.

dev/tests/functional/credentials.xml.dist

-74
This file was deleted.

dev/tests/functional/etc/config.xml.dist

-42
This file was deleted.

0 commit comments

Comments
 (0)