Ejemplo n.º 1
0
 function testgetStatName()
 {
     $obj = new Member_Perso($this->vcArr);
     $this->assertEquals('Force', $obj->getStatName(3));
 }