diff --git a/Tests/FieldType/BaseIntegrationTest.php b/Tests/FieldType/BaseIntegrationTest.php index 1ece23528..837559c67 100644 --- a/Tests/FieldType/BaseIntegrationTest.php +++ b/Tests/FieldType/BaseIntegrationTest.php @@ -584,6 +584,7 @@ protected function getContainer() $loader->load('fieldtype_services.yml'); $loader->load('utils.yml'); $loader->load('tests/common.yml'); + $loader->load('policies.yml'); $containerBuilder->setParameter('ezpublish.kernel.root_dir', $installDir); diff --git a/Tests/FieldType/FileBaseIntegrationTest.php b/Tests/FieldType/FileBaseIntegrationTest.php index fa743f321..2ac593d97 100644 --- a/Tests/FieldType/FileBaseIntegrationTest.php +++ b/Tests/FieldType/FileBaseIntegrationTest.php @@ -147,6 +147,7 @@ protected function getContainer() $loader->load('fieldtype_services.yml'); $loader->load('utils.yml'); $loader->load('tests/common.yml'); + $loader->load('policies.yml'); $containerBuilder->setParameter('ezpublish.kernel.root_dir', $installDir);