Doctrine\Tests\OXM\Types\TimeTest::testTimeConvertsToPHPValue PHP Méthode

testTimeConvertsToPHPValue() public méthode

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