convertToXmlValue() public method

public convertToXmlValue ( $value )
示例#1
0
文件: DateTest.php 项目: doctrine/oxm
 public function testDateConvertsToDatabaseValue()
 {
     $this->assertTrue(is_string($this->_type->convertToXmlValue(new \DateTime())));
 }