Doctrine\Tests\OXM\Types\DateTimeTest::testInvalidDateTimeFormatConversion PHP 메소드

testInvalidDateTimeFormatConversion() 공개 메소드

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