File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ protected function setUp()
49
49
}
50
50
51
51
/**
52
- * @expectedException LogicException
52
+ * @expectedException \ LogicException
53
53
*/
54
54
public function testFixManagersAutoMappingsWithTwoAutomappings ()
55
55
{
@@ -239,7 +239,7 @@ public function testServiceCacheDriver()
239
239
}
240
240
241
241
/**
242
- * @expectedException InvalidArgumentException
242
+ * @expectedException \ InvalidArgumentException
243
243
* @expectedExceptionMessage "unrecognized_type" is an unrecognized Doctrine cache driver.
244
244
*/
245
245
public function testUnrecognizedCacheDriverException ()
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ public function testClassOptionIsRequired()
117
117
}
118
118
119
119
/**
120
- * @expectedException Symfony\Component\Form\Exception\RuntimeException
120
+ * @expectedException \ Symfony\Component\Form\Exception\RuntimeException
121
121
*/
122
122
public function testInvalidClassOption ()
123
123
{
You can’t perform that action at this time.
0 commit comments