mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 08:56:42 -06:00
Add test case for deeplink long URLs
This commit is contained in:
parent
72c4052012
commit
ae8d31e83f
@ -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')]
|
||||
|
Loading…
Reference in New Issue
Block a user