diff --git a/composer.json b/composer.json index f47d1fe35..5fb1a5cd2 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "drupal/json_field": "^1.0.0-rc2", "drupal/renderviz": "^1.0@alpha", "drupal/styleguide": "~1.0-alpha3", - "drupal/typed_link": "~1.1", + "drupal/typed_link": "^2.0", "drush/drush": "~9.0", "easyrdf/easyrdf": "1.0.0 as 0.9.1", "friends-of-behat/service-container-extension": "^1.0", diff --git a/tests/Kernel/Paragraphs/MediaParagraphsTest.php b/tests/Kernel/Paragraphs/MediaParagraphsTest.php index 3b2899131..9cefbef64 100644 --- a/tests/Kernel/Paragraphs/MediaParagraphsTest.php +++ b/tests/Kernel/Paragraphs/MediaParagraphsTest.php @@ -44,7 +44,7 @@ protected function setUp() { parent::setUp(); $this->container->get('module_handler')->loadInclude('oe_paragraphs_media_field_storage', 'install'); - oe_paragraphs_media_field_storage_install(); + oe_paragraphs_media_field_storage_install(FALSE); $this->installEntitySchema('media'); $this->installConfig([ 'media',