Doctrine\Tests\OXM\Types\DateTimeTest::testInvalidDateTimeFormatConversion PHP Méthode

testInvalidDateTimeFormatConversion() public méthode

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