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 1e8af4d commit 44a0444Copy full SHA for 44a0444
README.md
@@ -73,6 +73,9 @@ class ServiceInjectorTest extends TestCase implements ServiceContainerTestCase
73
74
The service is found by its type, or an id if it's given in the `@inject` tag.
75
76
+The `createServiceContainer` method would be usually provided by a base test case or a trait.
77
+In case of Symfony, such a trait is provided by this package (see the next section).
78
+
79
### Symfony
80
81
The simplest way to inject services from a Symfony service container is to include
0 commit comments