Since: 2.0
Inheritance: extends Type
Example #1
0
 public function testNullConversion()
 {
     $this->assertNull($this->_type->convertToPHPValue(null));
 }