コード例 #1
0
 /**
  * @expectedException \RuntimeException
  */
 public function testTimeFieldNotWorking()
 {
     $t = new TimeField();
     $t->setData('test');
 }