예제 #1
0
 function testNormalize()
 {
     $player1 = new FoosPlayer('name', 1);
     $player2 = new FoosPlayer('NaMe', 1);
     $this->assertEqual($player1->getNormalizedName(), $player2->getNormalizedName());
 }