示例#1
0
文件: ItemTest.php 项目: coss/bnetlib
 public function testItemSpells()
 {
     $this->assertInstanceOf('bnetlib\\Resource\\Entity\\Wow\\Item\\Spells', self::$obj->getItemSpells());
 }