From 8322477bfa7fc7bfcdda1847db1dbc69f5d8e899 Mon Sep 17 00:00:00 2001 From: Eino Keskitalo Date: Thu, 6 Jul 2023 12:50:06 +0300 Subject: [PATCH] Correct config directory for M2 api tests The config directory differs from integration tests, where it is etc --- configuration/magento2-testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/magento2-testing.md b/configuration/magento2-testing.md index baff148..4ea8bb6 100644 --- a/configuration/magento2-testing.md +++ b/configuration/magento2-testing.md @@ -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**)
_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 [ @@ -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 [