shlink/module/Rest/test-api/Action
2021-02-09 23:09:42 +01:00
..
CreateShortUrlTest.php Added logic to resolve tags during short URL creation through ShortUrlRelationResolver 2021-01-31 10:53:18 +01:00
DeleteShortUrlTest.php Removed Action sufix from API tests 2021-01-24 09:25:36 +01:00
DeleteTagsTest.php Created API tests to cover deletion and renaming of tags with non-admin API keys 2021-01-10 10:28:00 +01:00
EditShortUrlTagsTest.php Updated short URL edition so that it supports editing tags 2021-01-31 12:12:21 +01:00
EditShortUrlTest.php Updated EditShortUrlAction so that it returns the parsed short URL instead of an empty response 2021-01-31 13:21:23 +01:00
GlobalVisitsTest.php Added orphan visits count to visits stats endpoint 2021-02-09 23:09:42 +01:00
ListDomainsTest.php Improved list domains api test to cover different API key cases 2021-01-10 09:32:19 +01:00
ListShortUrlsTest.php Added support to order short URLs by title 2021-02-04 22:07:54 +01:00
ListTagsTest.php Removed Action sufix from API tests 2021-01-24 09:25:36 +01:00
RenameTagTest.php Created API tests to cover deletion and renaming of tags with non-admin API keys 2021-01-10 10:28:00 +01:00
ResolveShortUrlTest.php Updated EditShortUrlAction so that it returns the parsed short URL instead of an empty response 2021-01-31 13:21:23 +01:00
ShortUrlVisitsTest.php Fixed merge conflicts 2021-01-24 14:21:21 +01:00
SingleStepCreateShortUrlTest.php Added API test for single-step short URL creation action 2021-01-21 19:43:34 +01:00
TagVisitsTest.php Removed Action sufix from API tests 2021-01-24 09:25:36 +01:00
UpdateTagTest.php Removed Action sufix from API tests 2021-01-24 09:25:36 +01:00