示例#1
0
文件: ItemTest.php 项目: coss/bnetlib
 public function testIsNotOrange()
 {
     $this->assertFalse(self::$obj->isOrange());
 }