File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ vendor/<Vendor>/<TestModule>
19
19
```
20
20
21
21
To support future service isolation, Test module in ` dev/tests/acceptance/tests/functional/<Vendor>/<TestModule> ` and
22
- ` vendor/<Vendor>/<TestModule> ` must define the module type as ` magento2-functional-test-module ` in a ` composer.json ` file.
22
+ ` vendor/<Vendor>/<TestModule> ` must define the module type as ` magento2-functional-test-module ` in its ` composer.json ` file.
23
23
No ` composer.json ` file is required for tests in ` app/code/<Vendor>/<Module>/Test/Mftf ` and ` vendor/<Vendor>/<Module>/Test/Mftf `
24
24
as they are part of the Magento modules.
25
25
26
- Test module for a specific Magento module can only be in one of the path .
26
+ Test module for a specific Magento module can only be in one of the paths .
27
27
28
28
## Test module composer.json format
29
29
You can’t perform that action at this time.
0 commit comments