Example #1
0
 public function testThatShurikensArentSelfUsable()
 {
     $item = new Item('shuriken');
     $this->assertFalse($item->isSelfUsable());
 }