convertToXmlValue() public method

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