From f526fac467290594122785a8a4e4401749a04075 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 2 Feb 2019 09:20:01 +0100 Subject: [PATCH] changed an example --- reference/configuration/framework.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 168e480fb36..ff6e9fb8147 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -341,8 +341,8 @@ test **type**: ``boolean`` If this configuration setting is present (and not ``false``), then the services -related to testing your application (e.g. ``test.client``) are loaded. This -setting should be present in your ``test`` environment (usually via +related to testing your application (e.g. ``test.session.listener``) are loaded. +This setting should be present in your ``test`` environment (usually via ``config/packages/test/framework.yaml``). .. seealso::