Skip to content

Commit 3a9cc38

Browse files
committed
Rewords
1 parent c9bad24 commit 3a9cc38

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

testing.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -592,9 +592,10 @@ container is a service that can be get via the normal container::
592592

593593
.. caution::
594594

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.
595+
The special container ``test.service_container`` doesn't give access to the
596+
private services that have been removed (those who are not used by any
597+
other services). The solution is to declare those private services as public
598+
in the ``config/services_test.yaml`` file.
598599

599600
.. tip::
600601

0 commit comments

Comments
 (0)