Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 5c86e31

Browse files
Update src/guides/v2.4/test/integration/annotations/magento-data-fixture.md
Co-authored-by: Jeff Matthews <matthews.jeffery@gmail.com>
1 parent d303b1e commit 5c86e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.4/test/integration/annotations/magento-data-fixture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class ProductsList extends \PHPUnit\Framework\TestCase
152152

153153
It is possible to supply data as a variable from one fixture to another using the fixture alias in one of the following formats:
154154

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`.
156156
- `$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`.
157157

158158
The following example shows how a fixture can use the data of another fixture:

0 commit comments

Comments
 (0)