Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Regard whitespace Rev 855 → Rev 835

/trunk/services/tests/0.1/coste/CosteNomsTest.php
File deleted
/trunk/services/tests/0.1/ServiceEflorePhpUnit.php
74,7 → 74,6
}
 
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);