Skip to content

Commit 6ad3e23

Browse files
committed
Move testing image
1 parent d2e9be1 commit 6ad3e23

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/refguide/testing/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Testing is a vital component when creating a Mendix application. Finding and fix
1717

1818
The testing pyramid is a convenient way to categorize tests according to their type, cost, speed, and scope.
1919

20-
{{< figure src="/attachments/howto/testing/testing-pyramid.png" class="no-border" >}}
20+
{{< figure src="/attachments/refguide/testing/testing-pyramid.png" class="no-border" >}}
2121

2222
Tests at the bottom of the pyramid are generally cheaper and faster to run, giving you quicker feedback. As you move up, the scope of the tests increases, but so does their complexity and execution time.
2323

static/attachments/howto/testing/testing-pyramid.png renamed to static/attachments/refguide/testing/testing-pyramid.png

File renamed without changes.

0 commit comments

Comments
 (0)