1
0
mirror of synced 2025-01-19 23:11:41 +03:00

Corrected FQCN reference in @expectedException

This commit is contained in:
Marco Pivetta 2014-06-19 15:53:37 +02:00
parent 7dfca09ff6
commit 59720370f9

View File

@ -116,7 +116,7 @@ class XmlMappingDriverTest extends AbstractMappingDriverTest
/** /**
* @group DDC-889 * @group DDC-889
* @expectedException Doctrine\Common\Persistence\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()