File tree 1 file changed +2
-2
lines changed
src/Magento/FunctionalTestingFramework/Test/Config/Converter/Dom 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,10 +124,10 @@ public function convertXml(\DOMNode $source, $basePath = '')
124
124
// A new "xmlComment" node is inserted when xml comment is found in non-annotation portion of tests
125
125
// or in non-arguments portion of action groups
126
126
} elseif ($ node ->nodeType == XML_COMMENT_NODE ) {
127
- if ( (strpos ($ basePath , '/tests/test ' ) !== false
127
+ if ((strpos ($ basePath , '/tests/test ' ) !== false
128
128
&& strpos ($ basePath , '/tests/test/annotations ' ) === false )
129
129
|| (strpos ($ basePath , '/actionGroups/actionGroup ' ) !== false
130
- && strpos ($ basePath , '/actionGroups/actionGroup/arguments ' ) === false ) ) {
130
+ && strpos ($ basePath , '/actionGroups/actionGroup/arguments ' ) === false )) {
131
131
$ nodePath = $ basePath . '/ ' . self ::COMMENT_ACTION ;
132
132
$ arrayKeyAttribute = $ this ->arrayNodeConfig ->getAssocArrayKeyAttribute ($ nodePath );
133
133
$ arrayKeyValue = self ::COMMENT_ACTION . uniqid ();
You can’t perform that action at this time.
0 commit comments