diff --git a/module/Core/test/ShortUrl/Model/ShortUrlCreationTest.php b/module/Core/test/ShortUrl/Model/ShortUrlCreationTest.php index 17a8f581..401a3a31 100644 --- a/module/Core/test/ShortUrl/Model/ShortUrlCreationTest.php +++ b/module/Core/test/ShortUrl/Model/ShortUrlCreationTest.php @@ -177,6 +177,7 @@ class ShortUrlCreationTest extends TestCase yield 'mailto' => ['mailto:foo@example.com']; yield 'file' => ['file:///foo/bar']; yield 'https' => ['https://example.com']; + yield 'deeplink' => ['shlink://some/path']; } #[Test, DataProvider('provideTitles')]