Skip to content

Commit 44a0444

Browse files
committed
Clarify how to implement the interface
1 parent 1e8af4d commit 44a0444

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ class ServiceInjectorTest extends TestCase implements ServiceContainerTestCase
7373

7474
The service is found by its type, or an id if it's given in the `@inject` tag.
7575

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+
7679
### Symfony
7780

7881
The simplest way to inject services from a Symfony service container is to include

0 commit comments

Comments
 (0)