コード例 #1
0
ファイル: CharacterTest.php プロジェクト: coss/bnetlib
 public function testIsNotBloodElf()
 {
     $this->assertFalse(self::$obj->isBloodElf());
 }