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

testTimeConvertsToPHPValue() public method

    public function testTimeConvertsToPHPValue()
    {
        $this->assertInstanceOf('\\DateTime', $this->_type->convertToPHPValue('5:30:55'));
    }