Example #1
0
 public function testThatAShurikenIsUsableOnOthers()
 {
     $item = new Item('shuriken');
     $this->assertTrue($item->isOtherUsable());
 }