Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 854 → Rev 855

/trunk/services/tests/0.1/ServiceEflorePhpUnit.php
74,6 → 74,7
}
 
static function consulterBrut($service, $projet, $ressources, $parametres = NULL) {
if(is_null($ressources)) $ressources = array();
array_unshift($ressources, $projet, $service);
$projets = new Projets();
$retourJson = $projets->consulter($ressources, $parametres);