From 943cff673a90d72f9c7b0567ed24638d9c874571 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sat, 7 Apr 2012 19:34:04 +0200 Subject: [PATCH] Fixing test expecting a ORM\Mapping exception Those exceptions are now in the Common\Persistence\Mapping namespace --- tests/Doctrine/Tests/ORM/Mapping/XmlMappingDriverTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Doctrine/Tests/ORM/Mapping/XmlMappingDriverTest.php b/tests/Doctrine/Tests/ORM/Mapping/XmlMappingDriverTest.php index 83e524a65..e69f23a35 100644 --- a/tests/Doctrine/Tests/ORM/Mapping/XmlMappingDriverTest.php +++ b/tests/Doctrine/Tests/ORM/Mapping/XmlMappingDriverTest.php @@ -87,7 +87,7 @@ class XmlMappingDriverTest extends AbstractMappingDriverTest /** * @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'. */ public function testinvalidEntityOrMappedSuperClassShouldMentionParentClasses()