This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/guides/v2.4/test/integration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,12 +99,12 @@ Leave all the settings that do not start with `db-` and `amqp-` at their default
99
99
You can include additional setup options—available to the ` setup:install ` command—in the test configuration file. A
100
100
complete list of options is available [ here] ({{ page.baseurl }}/install-gde/install/cli/install-cli.html).
101
101
102
- If your project requires custom entries in the ` core_config_data ` table (like introduction of new 3rd party services
102
+ If your project requires custom entries in the ` core_config_data ` table (like the introduction of new 3rd party services
103
103
that affect your application on a basic level or configuration for logic that would prevent access if not configured
104
104
properly), Magento provides a file template that you can use for this purpose.
105
105
106
106
Copy ` dev/tests/integration/etc/config-global.php.dist ` to ` dev/tests/integration/etc/config-global.php ` (without the
107
- ` .dist ` suffix) and add your path-value pairs there. Do not remove existing entries from the file as they're required
107
+ ` .dist ` suffix) and add your path-value pairs there. Do not remove existing entries from the file as they are required
108
108
for the Integration Test Framework to run tests properly.
109
109
110
110
Example:
You can’t perform that action at this time.
0 commit comments