Skip to content

Commit 2805f11

Browse files
authored
Merge pull request #531 from magento-devdocs/db_functional_update
Updates include path to data file
2 parents 4f482ce + 9d85f41 commit 2805f11

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/mftf-tests.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,18 @@
55
dl dt{
66
font-weight:400;
77
}
8-
98
</style>
109

1110
# MFTF functional test reference
1211

1312
The Magento Functional Testing Framework runs tests on every Module within Magento. These files are stored within each Module folder in the Magento repo.
1413
This page lists all those tests so that developers can have a good sense of what is covered.
1514

16-
{% include mftf/mftf_data.md %}
15+
{% include mftf/functional_data.md %}
1716

1817
{% for item in mftf %}
1918

20-
### {{ item.name }}
19+
### {{ item.name }}
2120
{% for file in item.items %}
2221
#### [{{ file.filename }}]({{file.repo}})
2322
{: .mftf-test-link}

0 commit comments

Comments
 (0)