Skip to content

Commit

Permalink
Merge branch '2.4-develop' into issue-7213
Browse files Browse the repository at this point in the history
  • Loading branch information
maqlec committed May 29, 2020
2 parents b4a02dd + 97f9b00 commit 4f20656
Show file tree
Hide file tree
Showing 3,304 changed files with 2 additions and 224,031 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 0 additions & 3 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@

$finder = PhpCsFixer\Finder::create()
->name('*.phtml')
->exclude('dev/tests/functional/generated')
->exclude('dev/tests/functional/var')
->exclude('dev/tests/functional/vendor')
->exclude('dev/tests/integration/tmp')
->exclude('dev/tests/integration/var')
->exclude('lib/internal/Cm')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<group value="login"/>
</annotations>


<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
<actionGroup ref="AssertAdminSuccessLoginActionGroup" stepKey="assertLoggedIn"/>
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<section name="AdminDeleteUserSection">
<element name="theUser" selector="//td[contains(text(), 'John')]" type="button"/>
<element name="password" selector="#user_current_password" type="input"/>
<element name="delete" selector="//button/span[contains(text(), 'Delete User')]" type="button"/>
<element name="delete" selector=".page-actions-buttons #delete" type="button"/>
<element name="confirm" selector="//*[@class='action-primary action-accept']" type="button"/>
</section>
</sections>
9 changes: 0 additions & 9 deletions dev/tests/functional/.gitignore

This file was deleted.

63 changes: 0 additions & 63 deletions dev/tests/functional/bootstrap.php

This file was deleted.

28 changes: 0 additions & 28 deletions dev/tests/functional/composer.json

This file was deleted.

64 changes: 0 additions & 64 deletions dev/tests/functional/credentials.xml.dist

This file was deleted.

42 changes: 0 additions & 42 deletions dev/tests/functional/etc/config.xml.dist

This file was deleted.

Loading

0 comments on commit 4f20656

Please sign in to comment.