Doctrine\Tests\OXM\Types\TimeTest::testTimeConvertsToDatabaseValue PHP Method

testTimeConvertsToDatabaseValue() public method

    public function testTimeConvertsToDatabaseValue()
    {
        $this->assertInternalType('string', $this->_type->convertToXmlValue(new \DateTime()));
    }