Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 213 → Rev 212

/trunk/services/tests/0.2/fournier/NomDetailsFournierTest.php
25,9 → 25,16
public function __construct() {
$this->projet = 'fournier';
$this->service = 'noms';
$this->classeTestee = 'NomDetailsGenerique';
}
 
public function testSansParametres() {
public function initialiserService(NomsListe $service) {
$service->setDetailsHrefTpl($this->nomDetailSqueletteUrl);
$service->setOntologieHrefTpl($this->ontologieHrefTpl);
$service->setChampsProjet($this->champsProjet);
}
 
public function testSansParametres() {
$ressources = array('85');
$parametres = array();