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 015b177 commit f1bdd98Copy full SHA for f1bdd98
testing.rst
@@ -549,6 +549,8 @@ allows fetching both public and all non-removed private services::
549
550
// gives access to the same services used in your test, unless you're using
551
// $client->insulate() or using real HTTP requests to test your application
552
+ // don't forget to call self::bootKernel() before, otherwise, the container
553
+ // will be empty
554
$container = self::$container;
555
556
For a list of services available in your application, use the ``debug:container``
0 commit comments