File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public function testDecode()
68
68
}
69
69
70
70
/**
71
- * @expectedException Symfony\Component\Serializer\Exception\RuntimeException
71
+ * @expectedException \ Symfony\Component\Serializer\Exception\RuntimeException
72
72
*/
73
73
public function testDecodeUnsupportedFormat ()
74
74
{
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public function testEncode()
69
69
}
70
70
71
71
/**
72
- * @expectedException Symfony\Component\Serializer\Exception\RuntimeException
72
+ * @expectedException \ Symfony\Component\Serializer\Exception\RuntimeException
73
73
*/
74
74
public function testEncodeUnsupportedFormat ()
75
75
{
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public function decodeProvider()
57
57
/**
58
58
* @requires function json_last_error_msg
59
59
* @dataProvider decodeProviderException
60
- * @expectedException Symfony\Component\Serializer\Exception\UnexpectedValueException
60
+ * @expectedException \ Symfony\Component\Serializer\Exception\UnexpectedValueException
61
61
*/
62
62
public function testDecodeWithException ($ value )
63
63
{
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public function encodeProvider()
50
50
51
51
/**
52
52
* @requires function json_last_error_msg
53
- * @expectedException Symfony\Component\Serializer\Exception\UnexpectedValueException
53
+ * @expectedException \ Symfony\Component\Serializer\Exception\UnexpectedValueException
54
54
*/
55
55
public function testEncodeWithError ()
56
56
{
You can’t perform that action at this time.
0 commit comments