Skip to content

Commit 32967a2

Browse files
committed
MQE-1561: CreateData action must be able to parse Data entity which references another data
- fix regex to match all paths
1 parent 37ea58d commit 32967a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/DataGenerator/Util/DataReferenceResolverInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
interface DataReferenceResolverInterface
1010
{
11-
const REFERENCE_REGEX_PATTERN = "/(?<reference>{{[\w]+\.[\w\[\]]+}})/";
11+
const REFERENCE_REGEX_PATTERN = "/(?<reference>{{[\w]+\..+}})/";
1212

1313
/**
1414
* @param string $data

0 commit comments

Comments
 (0)