Skip to content

Commit c85fdef

Browse files
authored
Add unit tests for security helper and provide composer.lock (#2058)
This change also includes change in phpstan baseline because new phpstan version 1.6 was released
1 parent 7630ca2 commit c85fdef

File tree

4 files changed

+1365
-2
lines changed

4 files changed

+1365
-2
lines changed

.github/phpstan-baseline.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ parameters:
706706
path: ../app/code/core/Mage/Core/Model/Config/Data.php
707707

708708
-
709-
message: "#^Cannot unset offset '@attributes' on array\\{\\000\\*\\000_parent\\: Varien_Simplexml_Element\\}\\.$#"
709+
message: "#^Cannot unset offset '@attributes' on \\(array\\{\\}\\|array\\{\\000\\*\\000_parent\\: Varien_Simplexml_Element\\}\\)\\.$#"
710710
count: 1
711711
path: ../app/code/core/Mage/Core/Model/Layout.php
712712

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"extra": {
4747
"branch-alias": {
4848
"dev-main": "1.9.4.x-dev"
49-
}
49+
},
50+
"magento-root-dir": "root"
5051
}
5152
}

0 commit comments

Comments
 (0)