You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/contributing/1-testing-quick-start.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,6 @@ Until the documentation is in full effect, it's recommended that a [GraphiQL](ht
45
45
GRAPHQL_JWT_AUTH_SECRET_KEY=testingtesting123
46
46
STRIPE_API_PUBLISHABLE_KEY=""
47
47
STRIPE_API_SECRET_KEY=""
48
-
PHPUNIT_VERSION=":<=9.4.4"
49
48
```
50
49
- Typical you should only have to change the **WordPress database configurations** to use local testing.
51
50
3. Once you have finished modifying the `.env` file. Run `composer install-test-env` from the project directory. This will install WordPress + Codeception w/ WPBrowser, as well as setup the database if needed.
0 commit comments