File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -284,11 +284,10 @@ Mocking Dependencies
284284--------------------
285285
286286Sometimes it can be useful to mock a dependency of a tested service.
287-
288287From the example in the previous section, let's assume the
289288``NewsletterGenerator `` has a dependency to a private alias
290289``NewsRepositoryInterface `` pointing to a private ``NewsRepository `` service
291- and we would like to use a mocked ``NewsRepositoryInterface `` instead of the
290+ and you'd like to use a mocked ``NewsRepositoryInterface `` instead of the
292291concrete one::
293292
294293 // ...
@@ -320,7 +319,7 @@ concrete one::
320319 }
321320
322321In order to make the alias public, you will need to update configuration for
323- the ``test `` environment as follow :
322+ the ``test `` environment as follows :
324323
325324.. configuration-block ::
326325
You can’t perform that action at this time.
0 commit comments