core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php b/core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php index c50283e..def2789 100644 --- a/core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php +++ b/core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php @@ -100,16 +100,6 @@ public function providerTestGetTypeUri() { 'expected return' => 'http://llamas-rock.com/for-real/rest/type/node/page', 'expected context' => [], ], - 'configured URL, with optional context to collect cacheability metadata' => [ - 'link_domain' => 'http://llamas-rock.com/for-real/', - 'entity_type' => 'node', - 'bundle' => 'page', - 'context' => $serialization_context_collecting_cacheability, - 'expected return' => 'http://llamas-rock.com/for-real/rest/type/node/page', - 'expected context' => [ - 'cacheability' => (new CacheableMetadata())->setCacheTags(['config:hal.settings']), - ], - ], ]; }