From 1c38ab12172e2621e6a2a344512eae65fa21c93b Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Fri, 17 Oct 2025 09:26:18 +0200 Subject: [PATCH] Add exclude-tags CLI tests --- module/CLI/test-cli/Command/ListShortUrlsTest.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/module/CLI/test-cli/Command/ListShortUrlsTest.php b/module/CLI/test-cli/Command/ListShortUrlsTest.php index d7c50912..c01a631f 100644 --- a/module/CLI/test-cli/Command/ListShortUrlsTest.php +++ b/module/CLI/test-cli/Command/ListShortUrlsTest.php @@ -87,6 +87,15 @@ class ListShortUrlsTest extends CliTestCase | ghi789 | | http://s.test/ghi789 | https://shlink.io/documentation/ | 2018-05-01T00:00:00+00:00 | 2 | +------------+---------------+----------------------+--------------------------------------- Page 1 of 1 -------------------------------------------------+---------------------------+--------------+ OUTPUT]; + yield 'exclude tags' => [['--exclude-tag=foo'], <<