Example #1
0
 public function testMeitoNamedKatanaIgnoresStealth()
 {
     $item = new Item('meito');
     $this->assertTrue($item->ignoresStealth());
 }