| Total Complexity | 2 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | final class EntityManagerContainerTest extends TestCase |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @var PsrContainerInterface&MockObject |
||
| 24 | */ |
||
| 25 | private $psrContainer; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Prepare the test case dependencies |
||
| 29 | */ |
||
| 30 | public function setUp(): void |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Assert the class implements ContainerInterface |
||
| 37 | * |
||
| 38 | * @throws InvalidArgumentException |
||
| 39 | */ |
||
| 40 | public function testImplementsContainerInterface(): void |
||
| 47 |