示例#1
0
 public function testMetricListeMots()
 {
     $mot1 = 'POMME';
     $a1 = array('POIRES', 'POMPE', 'P', '');
     $result = Transfo::metricListeMots($a1, $mot1);
     // assert that
     $this->assertEquals(4, $result);
 }