/**
  * @expectedException \RuntimeException
  */
 public function testTimeFieldGetDataNotWorking()
 {
     $t = new TimeField();
     $t->getData();
 }