From 098bc0dcf98f9b380c3293cc590958177e5678b7 Mon Sep 17 00:00:00 2001 From: Simon Sprankel Date: Tue, 25 Jun 2019 09:29:29 +0200 Subject: [PATCH] added file name suffix principle for data --- docs/data.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/data.md b/docs/data.md index 42736a6de..875df0198 100644 --- a/docs/data.md +++ b/docs/data.md @@ -121,6 +121,7 @@ The following conventions apply to MFTF ``: * A `` file may contain multiple data entities. * Camel case is used for `` elements. The name represents the `` type. For example, a file with customer data is `CustomerData.xml`. A file for simple product would be `SimpleProductData.xml`. * Camel case is used for the entity name. +* The file name must have the suffix `Data.xml`. ## Example @@ -263,4 +264,4 @@ Attributes|Type|Use|Description [Actions]: ./test/actions.md [category creation]: http://docs.magento.com/m2/ce/user_guide/catalog/category-create.html [Credentials]: ./credentials.md -[test actions]: ./test/actions.md#actions-returning-a-variable \ No newline at end of file +[test actions]: ./test/actions.md#actions-returning-a-variable