Skip to content

Commit 175d006

Browse files
committed
[Form] Added leading backslashes to @exceptionMessage doc blocks
1 parent bd395fa commit 175d006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Mapping/Loader/XmlFileLoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function testLoadGroupSequenceProvider()
8282
}
8383

8484
/**
85-
* @expectedException Symfony\Component\Validator\Exception\MappingException
85+
* @expectedException \Symfony\Component\Validator\Exception\MappingException
8686
* @expectedExceptionMessage Document types are not allowed.
8787
*/
8888
public function testDocTypeIsNotAllowed()

0 commit comments

Comments
 (0)