Skip to content

Commit 830b3b3

Browse files
Update wordpress.md
Updated to reflect correct inclusion of `.env.testing` file
1 parent 763ac34 commit 830b3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

for/wordpress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The use of the modules defined in the WPBrowser package is not tied to this boot
5858
If you have used the initialization template, you'll need to set Codeception to [load parameters](https://codeception.com/docs/06-ModulesAndHelpers#dynamic-configuration-with-parameters) from the environment variables. You can do this by updating the `params` key in your codeception.dist.yaml to
5959
```
6060
params:
61-
- env # load params from environment vars
61+
- .env.testing
6262
```
6363
This will load the environment variables from the `.env.testing` file.
6464

0 commit comments

Comments
 (0)