convertToXmlValue() public method

public convertToXmlValue ( $value )
Example #1
0
 public function testObjectConvertsToDatabaseValue()
 {
     $this->assertInternalType('string', $this->_type->convertToXmlValue(new \stdClass()));
 }