Beispiel #1
0
 function test_obtenirIdDepuisCompteSVN()
 {
     $personnes_physiques = new AFUP_Personnes_Physiques($this->bdd);
     $this->assertEqual($personnes_physiques->obtenirIdDepuisCompteSVN("arnaud"), 1);
 }