Since: 2.0
Inheritance: extends Type
示例#1
0
文件: DateTest.php 项目: doctrine/oxm
 public function testNullConversion()
 {
     $this->assertNull($this->_type->convertToPHPValue(null));
 }