From 214864fa43e5bc6d0dd1f952d114db62283043f3 Mon Sep 17 00:00:00 2001 From: John Luo Date: Wed, 8 Nov 2023 14:18:16 -0500 Subject: [PATCH] Verify 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 83e4aa05f44..9e6388663cc 100644 --- a/tests/phpunit/Content/PreventPreviewUrlsAsPathsInLinksValidatorTest.php +++ b/tests/phpunit/Content/PreventPreviewUrlsAsPathsInLinksValidatorTest.php @@ -69,7 +69,7 @@ public function testValidate(bool $willValidate, string $testString, string $fie public function validateDataProvider() { return [ [ - TRUE, + FALSE, 'Normal string_long text should not fail validation.', ], [