Skip to content

Commit 20fbe3d

Browse files
committed
Update data file location
1 parent 0bd7093 commit 20fbe3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/mftf-tests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ dl dt{
1313
The Magento Functional Testing Framework runs tests on every Module within Magento. These files are stored within each Module folder in the Magento repo.
1414
This page lists all those tests so that developers can have a good sense of what is covered.
1515

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

1818
{% for item in mftf %}
1919

20-
### {{ item.name }}
20+
### {{ item.name }}
2121
{% for file in item.items %}
2222
#### [{{ file.filename }}]({{file.repo}})
2323
{: .mftf-test-link}

0 commit comments

Comments
 (0)