assertTrue(BadWords::profane('fuck')); $this->assertTrue(BadWords::profane('phuxx')); $this->assertFalse(BadWords::profane('ABCD')); $this->assertTrue(BadWords::profane('secks')); } }