Since: 1.0
Author: Benjamin Eberlei (kontakt@beberlei.de)
Author: Guilherme Blanco (guilhermeblanco@hotmail.com)
Author: Jonathan Wage (jonwage@gmail.com)
Author: Roman Borschel (roman@code-factory.org)
Inheritance: extends Type
Beispiel #1
0
 public function testNullConversion()
 {
     $this->assertNull($this->_type->convertToPHPValue(null));
 }