We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e55e3cd + 4bd5e74 commit 9248149Copy full SHA for 9248149
2 files changed
config/profanities.php
@@ -765,7 +765,6 @@
765
'meatrack',
766
'mgger',
767
'mggor',
768
- 'mick',
769
'milf',
770
'minge',
771
'mofo',
spec/mofodojodino/ProfanityFilter/CheckSpec.php
@@ -152,4 +152,9 @@ public function it_does_not_detect_ho_as_profanity_in_anthony()
152
{
153
$this->hasProfanity("anthony")->shouldReturn(false);
154
}
155
+
156
+ public function it_does_not_detect_mick_as_a_swear_word()
157
+ {
158
+ $this->hasProfanity("Mick")->shouldReturn(false);
159
+ }
160
0 commit comments