shlink/module/Rest/test-api/Action
2022-02-01 19:12:53 +01:00
..
CreateShortUrlTest.php Fixed URL validation still being true by default 2022-02-01 19:12:53 +01:00
DeleteShortUrlTest.php Removed API test which is no longer relevant 2021-12-18 18:41:11 +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
DomainRedirectsTest.php Enhanced ListDomainsAction so that it returns default redirects in the response 2021-12-09 12:11:09 +01:00
EditShortUrlTest.php Fixed URL validation still being true by default 2022-02-01 19:12:53 +01:00
GlobalVisitsTest.php Added orphan visits count to visits stats endpoint 2021-02-09 23:09:42 +01:00
ListDomainsTest.php Enhanced ListDomainsAction so that it returns default redirects in the response 2021-12-09 12:11:09 +01:00
ListShortUrlsTest.php Enhanced test covering list short URLs with invalid params 2022-01-09 11:28:32 +01:00
ListTagsTest.php Reduced amount of duplicated code in API tests 2022-01-09 17:47:19 +01:00
NonOrphanVisitsTest.php Created endpoint to list non-orphan visits 2022-01-16 12:24:02 +01:00
OrphanVisitsTest.php Updated paginator types 2021-12-08 17:36:40 +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 Added nullsafe operator to simplify conditions 2021-05-23 12:31:10 +02:00
ShortUrlVisitsTest.php Updated paginator types 2021-12-08 17:36:40 +01:00
SingleStepCreateShortUrlTest.php Added API test for single-step short URL creation action 2021-01-21 19:43:34 +01:00
TagsStatsTest.php Reduced amount of duplicated code in API tests 2022-01-09 17:47:19 +01:00
TagVisitsTest.php Added nullsafe operator to simplify conditions 2021-05-23 12:31:10 +02:00
UpdateTagTest.php Removed Action sufix from API tests 2021-01-24 09:25:36 +01:00