File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Before You Start
62
62
63
63
Reading about how to create a framework is not enough. You will have to follow
64
64
along and actually type all the examples included in this tutorial. For that,
65
- you need a recent version of PHP (5.5.9 or later is good enough), a web server
65
+ you need a recent version of PHP (7.4 or later is good enough), a web server
66
66
(like Apache, nginx or PHP's built-in web server), a good knowledge of PHP and
67
67
an understanding of Object Oriented programming.
68
68
Original file line number Diff line number Diff line change @@ -580,6 +580,13 @@ container is a service that can be get via the normal container::
580
580
// ...
581
581
}
582
582
583
+ .. caution ::
584
+
585
+ The special container ``test.service_container `` doesn't give access to the
586
+ private services that have been removed (those who are not used by any
587
+ other services). The solution is to declare those private services as public
588
+ in the ``config/services_test.yaml `` file.
589
+
583
590
.. tip ::
584
591
585
592
If the information you need to check is available from the profiler, use
You can’t perform that action at this time.
0 commit comments