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

Commit 18b3da5

Browse files
committed
Merge pull request #334 from Magento/2.0_42_link_fix
Fixed links
2 parents 25aec07 + a38d5a8 commit 18b3da5

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

guides/v2.0/mtf/create_test.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,19 @@ github_link: mtf/create_test.md
1313
The Magento testing framework (MTF) works with functional tests only. Functional tests check that an application meets business requirements. These requirements usually are collected in the functional specifications that describe expected behaviour of the application.
1414

1515
Tests usually cover functionality of a business entity. A goal is to find discrepancies between expected and real behaviour of the product.
16-
Magento provides functional tests in the `<magento2>/dev/tests/functional/` directory. In this guide, we call them [out-of-the-box tests][]. You can use them to test the default Magento functionality. Also, you can create a test [extending from the out-of-the-box test][], or [create your own functional tests][].
16+
Magento provides functional tests in the `<magento2>/dev/tests/functional/` directory. In this guide, we call them [out-of-the-box tests][out-of-the-box test]. You can use them to test the default Magento functionality. Also, you can create a test [extending from the out-of-the-box test][], or [create your own functional tests][].
1717

1818
## Related topics
1919

20-
[Out-of-the-box test][]
20+
[Out-of-the-box test][out-of-the-box test]
2121

2222
[New functional test: Theory][]
2323

2424
[New functional test: Practice][]
2525

2626
<!-- LINK DEFINITIONS -->
2727

28-
[out-of-the-box tests]: {{site.gdeurl}}mtf/create_test/out-of-the-box.html
29-
[Out-of-the-box test]: {{site.gdeurl}}mtf/create_test/out-of-the-box.html
28+
[out-of-the-box test]: {{site.gdeurl}}mtf/create_test/out-of-the-box.html
3029
[extending from the out-of-the-box test]: {{site.gdeurl}}mtf/create_test/new_test.html#extending-oob-test
3130
[create your own functional tests]: {{site.gdeurl}}mtf/create_test/new_test.html#create-test
3231
[New functional test: Theory]: {{site.gdeurl}}mtf/create_test/new_test.html

guides/v2.0/mtf/create_test/out-of-the-box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subgroup: 40_Approach
55
title: Create a test in the Magento Testing Framework
66
menu_title: Out-of-the-box test
77
menu_order: 1
8-
github_link: mtf/create_test/out-of-the-box-test.md
8+
github_link: mtf/create_test/out-of-the-box.md
99
---
1010

1111
<h2>Out-of-the-box test</h2>

guides/v2.0/mtf/mtf_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Magento functional testing overview
66
menu_title: Functional testing overview
77
menu_node: parent
88
menu_order: 1
9-
github_link: howdoi/mtf/mtf_overview.md
9+
github_link: mtf/mtf_overview.md
1010
---
1111

1212
## Magento functional testing

0 commit comments

Comments
 (0)