부터: 2.0
저자: Roman Borschel (roman@code-factory.org)
상속: extends Type
예제 #1
0
파일: FloatTest.php 프로젝트: doctrine/oxm
 public function testIntegerNullConvertsToPHPValue()
 {
     $this->assertNull($this->_type->convertToPHPValue(null));
 }