Fixing test expecting a ORM\Mapping exception
Those exceptions are now in the Common\Persistence\Mapping namespace
This commit is contained in:
parent
63fbf7c2e5
commit
943cff673a
@ -87,7 +87,7 @@ class XmlMappingDriverTest extends AbstractMappingDriverTest
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @group DDC-889
|
* @group DDC-889
|
||||||
* @expectedException Doctrine\ORM\Mapping\MappingException
|
* @expectedException Doctrine\Common\Persistence\Mapping\MappingException
|
||||||
* @expectedExceptionMessage Invalid mapping file 'Doctrine.Tests.Models.DDC889.DDC889Class.dcm.xml' for class 'Doctrine\Tests\Models\DDC889\DDC889Class'.
|
* @expectedExceptionMessage Invalid mapping file 'Doctrine.Tests.Models.DDC889.DDC889Class.dcm.xml' for class 'Doctrine\Tests\Models\DDC889\DDC889Class'.
|
||||||
*/
|
*/
|
||||||
public function testinvalidEntityOrMappedSuperClassShouldMentionParentClasses()
|
public function testinvalidEntityOrMappedSuperClassShouldMentionParentClasses()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user