shlink/module/Rest/test-api/Action
2020-09-27 10:23:17 +02:00
..
CreateShortUrlActionTest.php Added test to ensure default domain is ignored if provided when creatin a short URL 2020-02-08 12:30:47 +01:00
DeleteShortUrlActionTest.php Covered with API tests getting invalid short URLs by short code and domain 2020-02-02 13:15:08 +01:00
EditShortUrlActionTest.php Added API tests for the edition of the longURL 2020-03-22 17:30:01 +01:00
EditShortUrlTagsActionTest.php Covered with API tests getting invalid short URLs by short code and domain 2020-02-02 13:15:08 +01:00
GlobalVisitsActionTest.php Created new action to get default visit stats 2020-05-01 11:40:02 +02:00
ListDomainsTest.php Added API test for /domains endpoint 2020-09-27 10:23:17 +02:00
ListShortUrlsTest.php Replaced colon by hyphen as the ordering field-dir separator as it's a valid URL character 2020-09-21 22:03:43 +02:00
ListTagsActionTest.php Created rest test for list tags action 2020-05-08 11:51:28 +02:00
ResolveShortUrlActionTest.php Covered with API tests getting invalid short URLs by short code and domain 2020-02-02 13:15:08 +01:00
ShortUrlVisitsActionTest.php Created new action to get default visit stats 2020-05-01 11:40:02 +02:00
TagVisitsActionTest.php Created API test for tags visits endpoint 2020-05-09 10:31:39 +02:00
UpdateTagActionTest.php Removed several deprecated components 2019-12-31 15:38:37 +01:00