convertToXmlValue() public method

public convertToXmlValue ( $value )
コード例 #1
0
ファイル: DateTest.php プロジェクト: doctrine/oxm
 public function testDateConvertsToDatabaseValue()
 {
     $this->assertTrue(is_string($this->_type->convertToXmlValue(new \DateTime())));
 }