From 33e92bbb1f05f27fa9da04928e7d951388b4cfe9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 19 Mar 2020 11:06:39 +0000 Subject: [PATCH] Add a note for non-Symfony server users --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.