['25-'=>31,'25-50'=>2,'50+'=>16],'F'=>['25-'=>36,'25-50'=>6,'50+'=>9]]; $this->assertEquals(StatsRepo::getAgePatient(),$array); } public function testRDVStat(){ $this->assertEquals(StatsRepo::getRDVStat(2)['NombreRDV'],2); } }