Skip to content

Commit 8322477

Browse files
authored
Correct config directory for M2 api tests
The config directory differs from integration tests, where it is etc
1 parent 8361414 commit 8322477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration/magento2-testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ All the necessary files are located in `dev/tests/api-functional/`.
215215
- Admin credentials `TESTS_WEBSERVICE_USER` and `TESTS_WEBSERVICE_APIKEY` (it's formally **password**)<br>
216216
_The Admin account should exist, it will be created only if `TESTS_MAGENTO_INSTALLATION` is enabled_
217217
218-
1. Configure your Magento Installation using `etc/install-config-mysql.php.dist` as a template. The arguments are exactly the same to those you use for `bin/magento setup:install`:
218+
1. Configure your Magento Installation using `config/install-config-mysql.php.dist` as a template. The arguments are exactly the same to those you use for `bin/magento setup:install`:
219219
220220
```php
221221
return [
@@ -260,7 +260,7 @@ All the necessary files are located in `dev/tests/api-functional/`.
260260
];
261261
```
262262
263-
1. You need to create `etc/config-global.php` based on `config-global.php.dist`. This is your container for Config data - for example: Configuration of Elasticsearch connection!
263+
1. You need to create `config/config-global.php` based on `config-global.php.dist`. This is your container for Config data - for example: Configuration of Elasticsearch connection!
264264
265265
```php
266266
return [

0 commit comments

Comments
 (0)