Example #1
0
 public function testUnvalidate()
 {
     $phrase = array('le', 'chat', 'mange', 'souris');
     $this->algorithm->load($phrase);
     $ok = $this->algorithm->validate('PH');
     $this->assertFalse($ok);
 }