We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9bad24 commit 3a9cc38Copy full SHA for 3a9cc38
testing.rst
@@ -592,9 +592,10 @@ container is a service that can be get via the normal container::
592
593
.. caution::
594
595
- The special container ``test.service_container`` doesn't give access
596
- to the services that have been removed. In this case, you'll have
597
- to declare the services you need as public.
+ The special container ``test.service_container`` doesn't give access to the
+ private services that have been removed (those who are not used by any
+ other services). The solution is to declare those private services as public
598
+ in the ``config/services_test.yaml`` file.
599
600
.. tip::
601
0 commit comments