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