mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
Add test case for deeplink long URLs
This commit is contained in:
@@ -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')]
|
||||
|
||||
Reference in New Issue
Block a user