Fixed mismatch in expected exception message, see doctrine/doctrine2#1048
This commit is contained in:
parent
3ade0cf6a5
commit
32b24ba155
@ -160,7 +160,7 @@ class AnnotationDriverTest extends AbstractMappingDriverTest
|
|||||||
$factory->setEntityManager($em);
|
$factory->setEntityManager($em);
|
||||||
|
|
||||||
$this->setExpectedException('Doctrine\ORM\Mapping\MappingException',
|
$this->setExpectedException('Doctrine\ORM\Mapping\MappingException',
|
||||||
"Its not supported to define inheritance information on a mapped ".
|
"It is not supported to define inheritance information on a mapped ".
|
||||||
"superclass 'Doctrine\Tests\ORM\Mapping\MappedSuperClassInheritence'.");
|
"superclass 'Doctrine\Tests\ORM\Mapping\MappedSuperClassInheritence'.");
|
||||||
$usingInvalidMsc = $factory->getMetadataFor('Doctrine\Tests\ORM\Mapping\MappedSuperClassInheritence');
|
$usingInvalidMsc = $factory->getMetadataFor('Doctrine\Tests\ORM\Mapping\MappedSuperClassInheritence');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user