Since: 2.0
Inheritance: extends Type
コード例 #1
0
ファイル: DateTest.php プロジェクト: doctrine/oxm
 public function testNullConversion()
 {
     $this->assertNull($this->_type->convertToPHPValue(null));
 }