Skip to content

Commit

Permalink
Merge pull request #11 from evktalo/patch-1
Browse files Browse the repository at this point in the history
Correct config directory for M2 api tests
  • Loading branch information
navarr committed Dec 19, 2023
2 parents 18d968b + 8322477 commit 9576f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/magento2-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ All the necessary files are located in `dev/tests/api-functional/`.
- Admin credentials `TESTS_WEBSERVICE_USER` and `TESTS_WEBSERVICE_APIKEY` (it's formally **password**)<br>
_The Admin account should exist, it will be created only if `TESTS_MAGENTO_INSTALLATION` is enabled_

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`:
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`:

```php
return [
Expand Down Expand Up @@ -260,7 +260,7 @@ All the necessary files are located in `dev/tests/api-functional/`.
];
```

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!
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!

```php
return [
Expand Down

0 comments on commit 9576f4e

Please sign in to comment.