Doctrine\Tests\OXM\Types\DateTimeTzTest::testInvalidDateFormatConversion PHP Method

testInvalidDateFormatConversion() public method

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