From 284476d86a44490346f26ef430206eb65047c33a Mon Sep 17 00:00:00 2001 From: David de Boer Date: Mon, 1 Jun 2015 18:51:43 +0200 Subject: [PATCH] Note that symfony/process is a requirement for running tests --- doc/testing-your-application.rst | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/doc/testing-your-application.rst b/doc/testing-your-application.rst index 0397c835..8fa9db92 100644 --- a/doc/testing-your-application.rst +++ b/doc/testing-your-application.rst @@ -57,7 +57,14 @@ Configuration ''''''''''''' By default, the ``VarnishTestCase`` starts and stops a Varnish server for you. -All you have to do is to set your Varnish configuration (VCL) file. +Make sure ``symfony/process`` is available in your project: + +.. code-block:: bash + + $ composer require symfony/process + +Then set your Varnish configuration (VCL) file. All available configuration +parameters are shown below. ======================= ========================= ================================================== ============================================ Constant Getter Default Description @@ -84,10 +91,16 @@ NginxTestCase Configuration ''''''''''''' -By default, the ``NginxTestCase`` starts and stops NGINX server for you and deletes -all cached contents. You have to set your NGINX configuration file. +By default, the ``NginxTestCase`` starts and stops the NGINX server for you and +deletes all cached contents. Make sure ``symfony/process`` is available in your +project: + +.. code-block:: bash + + $ composer require symfony/process -These are all the configurations you can change +You have to set your NGINX configuration file. All available configuration +parameters are shown below. ======================= ========================= ================================================ ========================================== Constant Getter Default Description