示例#1
0
 /**
  * Test
  *
  * @return void
  */
 public function testFakeMethod()
 {
     $this->setExpectedException('Gc\\Exception');
     $this->object->fakeMethodToLaunchException();
 }