Add a note for non-Symfony server users

This commit is contained in:
Oliver Davies 2020-03-19 11:06:39 +00:00 committed by GitHub
parent b6507ffd0e
commit 33e92bbb1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,6 +89,8 @@ https://symfony.com/doc/current/setup/symfony_server.html
- <https://github.com/opdavies/symfony-server-drupal-example>
- <https://opdavi.es/symfony-server> - blog post
If youre 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.