diff --git a/eZ/Publish/SPI/Tests/FieldType/BaseIntegrationTest.php b/eZ/Publish/SPI/Tests/FieldType/BaseIntegrationTest.php index 0da2dd80106..2f26b1d8af4 100644 --- a/eZ/Publish/SPI/Tests/FieldType/BaseIntegrationTest.php +++ b/eZ/Publish/SPI/Tests/FieldType/BaseIntegrationTest.php @@ -587,6 +587,7 @@ protected function getContainer() $loader->load( 'repository.yml' ); $loader->load( 'fieldtype_external_storages.yml' ); $loader->load( 'storage_engines/common.yml' ); + $loader->load( 'storage_engines/shortcuts.yml' ); $loader->load( 'storage_engines/legacy.yml' ); $loader->load( 'search_engines/legacy.yml' ); $loader->load( 'storage_engines/cache.yml' ); diff --git a/eZ/Publish/SPI/Tests/FieldType/FileBaseIntegrationTest.php b/eZ/Publish/SPI/Tests/FieldType/FileBaseIntegrationTest.php index eb23027fd36..050e889b1a1 100644 --- a/eZ/Publish/SPI/Tests/FieldType/FileBaseIntegrationTest.php +++ b/eZ/Publish/SPI/Tests/FieldType/FileBaseIntegrationTest.php @@ -150,6 +150,7 @@ protected function getContainer() $loader->load( 'repository.yml' ); $loader->load( 'fieldtype_external_storages.yml' ); $loader->load( 'storage_engines/common.yml' ); + $loader->load( 'storage_engines/shortcuts.yml' ); $loader->load( 'storage_engines/legacy.yml' ); $loader->load( 'search_engines/legacy.yml' ); $loader->load( 'storage_engines/cache.yml' );