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