Skip to content

Commit 39ecbd0

Browse files
committed
MQE-1962: Remove support of deprecated locations for tests
1 parent c16be99 commit 39ecbd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/mftf-tests-packaging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ vendor/<Vendor>/<TestModule>
1919
```
2020

2121
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.
2323
No `composer.json` file is required for tests in `app/code/<Vendor>/<Module>/Test/Mftf` and `vendor/<Vendor>/<Module>/Test/Mftf`
2424
as they are part of the Magento modules.
2525

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.
2727

2828
## Test module composer.json format
2929

0 commit comments

Comments
 (0)