diff --git a/README.md b/README.md index f0e2369..b3185e8 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ https://symfony.com/doc/current/setup/symfony_server.html - - - blog post +If you’re not using the Symfony web server, then remove the `symfony` prefix from all of the commands below. + ## The different types of available tests - **Functional** (web, feature) - tests behaviour and functionality, makes HTTP requests to the webserver and has access to the database and other services via the service container. Slower to run.