diff --git a/core/tests/Drupal/Tests/Core/UrlTest.php b/core/tests/Drupal/Tests/Core/UrlTest.php index c4da72f..f85ceed 100644 --- a/core/tests/Drupal/Tests/Core/UrlTest.php +++ b/core/tests/Drupal/Tests/Core/UrlTest.php @@ -755,7 +755,7 @@ public function providerFromValidUserPathUri() { * @dataProvider providerFromInvalidUserPathUri */ public function testFromInvalidUserPathUri($path) { - Url::fromUri('user-path:' . $path); + Url::fromUri('internal:' . $path); } /**