Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 2df424c

Browse files
committed
Added changes suggested during the code review
1 parent a129021 commit 2df424c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.4/test/integration/integration_test_execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ Leave all the settings that do not start with `db-` and `amqp-` at their default
9999
You can include additional setup options—available to the `setup:install` command—in the test configuration file. A
100100
complete list of options is available [here]({{ page.baseurl }}/install-gde/install/cli/install-cli.html).
101101

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
103103
that affect your application on a basic level or configuration for logic that would prevent access if not configured
104104
properly), Magento provides a file template that you can use for this purpose.
105105

106106
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
108108
for the Integration Test Framework to run tests properly.
109109

110110
Example:

0 commit comments

Comments
 (0)