Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5972037

Browse files
committed
Corrected FQCN reference in @expectedException
1 parent 7dfca09 commit 5972037

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Doctrine/Tests/ORM/Mapping/XmlMappingDriverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ static public function dataValidSchema()
116116

117117
/**
118118
* @group DDC-889
119-
* @expectedException Doctrine\Common\Persistence\Mapping\MappingException
119+
* @expectedException \Doctrine\Common\Persistence\Mapping\MappingException
120120
* @expectedExceptionMessage Invalid mapping file 'Doctrine.Tests.Models.DDC889.DDC889Class.dcm.xml' for class 'Doctrine\Tests\Models\DDC889\DDC889Class'.
121121
*/
122122
public function testinvalidEntityOrMappedSuperClassShouldMentionParentClasses()

0 commit comments

Comments
 (0)