/**
  * @expectedException \RuntimeException
  * @expectedExceptionMessage The exception.
  */
 public function testDynamicExceptionalMethodForwarding()
 {
     $this->element->dynamicExceptionalMethod();
 }