public function testConvertToPHPValueNull2() { $object = new String('test', TRUE, 4); $this->assertNull($object->convertToPHPValue(NULL)); }
public function testConvertToPHPValueNull1() { $this->setExpectedException('InvalidArgumentException'); $data = $this->object->convertToPHPValue(NULL); }