Since: 2.0
Author: Roman Borschel (roman@code-factory.org)
Inheritance: extends Type
Beispiel #1
0
 public function testIntegerNullConvertsToPHPValue()
 {
     $this->assertNull($this->_type->convertToPHPValue(null));
 }