Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 195 → Rev 196

/trunk/tests/metier/NomsVernaculairesTest.php
30,7 → 30,7
$noms = new NomsVernaculaires();
$resultats = $noms->getRechercheFloue('abricotier');
$this->assertNotEmpty($resultats);
$this->assertEquals('5', $resultats['entete']['total']);
$this->assertEquals('1', $resultats['entete']['total']);
}
}
?>