Doctrine\Tests\OXM\Types\TimeTest::testInvalidTimeFormatConversion PHP 메소드

testInvalidTimeFormatConversion() 공개 메소드

    public function testInvalidTimeFormatConversion()
    {
        $this->setExpectedException('Doctrine\\OXM\\Types\\ConversionException');
        $this->_type->convertToPHPValue('abcdefg');
    }