From 3b59c9b29f8e8ed8ada1df41c5f8ca25fd1f22fd Mon Sep 17 00:00:00 2001 From: DanielEScherzer Date: Sun, 22 Jun 2025 00:55:45 -0700 Subject: [PATCH] KeywordEnhancerTest: remove a duplicate test case in dataCodifyText --- tests/KeywordEnhancerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/KeywordEnhancerTest.php b/tests/KeywordEnhancerTest.php index f70cc40..ff8ec94 100644 --- a/tests/KeywordEnhancerTest.php +++ b/tests/KeywordEnhancerTest.php @@ -74,7 +74,6 @@ public static function dataCodifyText(): array { '`password_hash()` and password_hash()', '`password_hash()` and `password_hash()`', ], - ['password_hash()', '`password_hash()`'], ]; }