From 706505cd4cf25f9de747f3f597ffe926add62ca4 Mon Sep 17 00:00:00 2001 From: John Luo Date: Thu, 9 Nov 2023 10:42:02 -0500 Subject: [PATCH] Reclassify tests as unit tests --- .../Content/PreventPreviewUrlsAsPathsInLinksValidatorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/Content/PreventPreviewUrlsAsPathsInLinksValidatorTest.php b/tests/phpunit/Content/PreventPreviewUrlsAsPathsInLinksValidatorTest.php index 9e6388663cc..58abae6b93f 100644 --- a/tests/phpunit/Content/PreventPreviewUrlsAsPathsInLinksValidatorTest.php +++ b/tests/phpunit/Content/PreventPreviewUrlsAsPathsInLinksValidatorTest.php @@ -10,7 +10,7 @@ /** * A test to confirm the proper functioning of this validator. * - * @group functional + * @group unit * @group all * @group validation *