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()`'], ]; }