public function testDynamicMethodForwarding()
 {
     $this->assertEquals('OK', $this->element->dynamicMethod());
 }