예제 #1
0
 /**
  * @expectedException \RuntimeException
  * @expectedExceptionMessage The exception.
  */
 public function testExceptionalMethodForwarding()
 {
     $this->element->exceptionalMethod();
 }