Exemplo n.º 1
0
 /**
  * @expectedException \OutOfBoundsException
  * @expectedExceptionMessage foobar
  */
 public function testGetMethodFailsIfNotFound()
 {
     $this->class->getMethod('foobar');
 }