Doctrine\Tests\OXM\Types\DateTimeTest::testInvalidDateTimeFormatConversion PHP Method

testInvalidDateTimeFormatConversion() public method

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