You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/guides/v2.4/test/integration/annotations/magento-data-fixture.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ class ProductsList extends \PHPUnit\Framework\TestCase
152
152
153
153
It is possible to supply data as a variable from one fixture to another using the fixture alias in one of the following formats:
154
154
155
-
-`$fixtureAlias$` is a reference to the data that was returned by the fixture with alias `fixtureAlias`
155
+
-`$fixtureAlias$` is a reference to the data that was returned by the fixture with alias `fixtureAlias`.
156
156
-`$fixtureAlias.snake_case_property_name$` is a reference to the property `snake_case_property_name` in the data that was returned by the fixture with alias `fixtureAlias`.
157
157
158
158
The following example shows how a fixture can use the data of another fixture:
0 commit comments