Skip to content

Commit fbc2d96

Browse files
authored
Merge pull request #466 from lfolco/patch-3
Fix reference to data objects
2 parents a7997d9 + 814a239 commit fbc2d96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/merge_points/extend-tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Extend tests
22

3-
Data objects can be merged to cover the needs of your extension.
3+
Tests can be extended to cover the needs of your extension.
44

55
In this example, we add an action group to a new copy of the original test for our extension.
66

@@ -142,4 +142,4 @@ Note that there are now two tests below.
142142
<argument name="extensionData" value="_myData"/>
143143
</actionGroup>
144144
</test>
145-
```
145+
```

0 commit comments

Comments
 (0)