From e731797ff0c0994f075d15ce824fef9b7cff446c Mon Sep 17 00:00:00 2001 From: Stephan Kok Date: Thu, 21 Oct 2021 13:55:36 +0200 Subject: [PATCH] squash! Introduce sso_provider_roles_eb6 to prepare for custom doctrine types - Update tests to delete sso_provider_roles_eb6 as well --- .../Fixtures/ServiceRegistryFixture.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/OpenConext/EngineBlockFunctionalTestingBundle/Fixtures/ServiceRegistryFixture.php b/src/OpenConext/EngineBlockFunctionalTestingBundle/Fixtures/ServiceRegistryFixture.php index d902d936d9..4ee06eb297 100644 --- a/src/OpenConext/EngineBlockFunctionalTestingBundle/Fixtures/ServiceRegistryFixture.php +++ b/src/OpenConext/EngineBlockFunctionalTestingBundle/Fixtures/ServiceRegistryFixture.php @@ -121,7 +121,6 @@ public function reset() $queryBuilder = $this->entityManager->getConnection()->createQueryBuilder(); $queryBuilder ->delete('sso_provider_roles_eb5') - ->delete('sso_provider_roles_eb6') ->execute(); return $this;