You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configuration/magento2-testing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ All the necessary files are located in `dev/tests/api-functional/`.
215
215
- Admin credentials `TESTS_WEBSERVICE_USER` and `TESTS_WEBSERVICE_APIKEY` (it's formally **password**)<br>
216
216
_The Admin account should exist, it will be created only if `TESTS_MAGENTO_INSTALLATION` is enabled_
217
217
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`:
219
219
220
220
```php
221
221
return [
@@ -260,7 +260,7 @@ All the necessary files are located in `dev/tests/api-functional/`.
260
260
];
261
261
```
262
262
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!
0 commit comments