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