actionService = self::$container->get(ActionServiceInterface::class); } public function testEnityManager(): void { $this->assertInstanceOf(EntityManagerInterface::class, $this->actionService->getEntityManager()); } }