Example #1
0
 public function testGodAttack()
 {
     $this->assertSame('Attacking Jet Li with a gun!', $this->god->attack($this->human));
 }