Doctrine\Tests\OXM\Types\DateTimeTzTest::testInvalidDateFormatConversion PHP 메소드

testInvalidDateFormatConversion() 공개 메소드

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