We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33af02 commit e766623Copy full SHA for e766623
docs/03-contributing/01-getting_started.md
@@ -233,13 +233,14 @@ SYMFONY_DEPRECATIONS_HELPER=disabled ./bin/phpunit tests/Unit
233
234
Our integration tests depend on a database and a caching server (Valkey / KeyDB / Redis).
235
The database and cache are cleared / dumped every test run.
236
-To start the services:
+
237
+To start the services in the background:
238
239
```sh
-cd docker/tests && docker compose up -d
240
+docker compose -f docker/tests/compose.yml up -d
241
```
242
-To run the integration tests:
243
+Then run the integration test(s):
244
245
246
SYMFONY_DEPRECATIONS_HELPER=disabled ./bin/phpunit tests/Functional
0 commit comments