File tree Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,6 @@ public function testDenormalizeWithObject()
105
105
*/
106
106
public function testLegacyDenormalizeOnCamelCaseFormat ()
107
107
{
108
- $ this ->iniSet ('error_reporting ' , -1 & ~E_USER_DEPRECATED );
109
-
110
108
$ this ->normalizer ->setCamelizedAttributes (array ('camel_case ' ));
111
109
$ obj = $ this ->normalizer ->denormalize (
112
110
array ('camel_case ' => 'camelCase ' ),
@@ -136,8 +134,6 @@ public function testDenormalizeNull()
136
134
*/
137
135
public function testLegacyCamelizedAttributesNormalize ()
138
136
{
139
- $ this ->iniSet ('error_reporting ' , -1 & ~E_USER_DEPRECATED );
140
-
141
137
$ obj = new GetCamelizedDummy ('dunglas.fr ' );
142
138
$ obj ->setFooBar ('les-tilleuls.coop ' );
143
139
$ obj ->setBar_foo ('lostinthesupermarket.fr ' );
@@ -162,8 +158,6 @@ public function testLegacyCamelizedAttributesNormalize()
162
158
*/
163
159
public function testLegacyCamelizedAttributesDenormalize ()
164
160
{
165
- $ this ->iniSet ('error_reporting ' , -1 & ~E_USER_DEPRECATED );
166
-
167
161
$ obj = new GetCamelizedDummy ('dunglas.fr ' );
168
162
$ obj ->setFooBar ('les-tilleuls.coop ' );
169
163
$ obj ->setBar_foo ('lostinthesupermarket.fr ' );
Original file line number Diff line number Diff line change @@ -102,8 +102,6 @@ public function testDenormalizeWithObject()
102
102
*/
103
103
public function testLegacyDenormalizeOnCamelCaseFormat ()
104
104
{
105
- $ this ->iniSet ('error_reporting ' , -1 & ~E_USER_DEPRECATED );
106
-
107
105
$ this ->normalizer ->setCamelizedAttributes (array ('camel_case ' ));
108
106
$ obj = $ this ->normalizer ->denormalize (
109
107
array ('camel_case ' => 'camelCase ' ),
Original file line number Diff line number Diff line change @@ -68,8 +68,6 @@ public function testDenormalize()
68
68
*/
69
69
public function testLegacyDenormalizeOnCamelCaseFormat ()
70
70
{
71
- $ this ->iniSet ('error_reporting ' , -1 & ~E_USER_DEPRECATED );
72
-
73
71
$ this ->normalizer ->setCamelizedAttributes (array ('camel_case ' ));
74
72
$ obj = $ this ->normalizer ->denormalize (
75
73
array ('camel_case ' => 'value ' ),
@@ -83,8 +81,6 @@ public function testLegacyDenormalizeOnCamelCaseFormat()
83
81
*/
84
82
public function testLegacyCamelizedAttributesNormalize ()
85
83
{
86
- $ this ->iniSet ('error_reporting ' , -1 & ~E_USER_DEPRECATED );
87
-
88
84
$ obj = new PropertyCamelizedDummy ('dunglas.fr ' );
89
85
$ obj ->fooBar = 'les-tilleuls.coop ' ;
90
86
$ obj ->bar_foo = 'lostinthesupermarket.fr ' ;
@@ -109,8 +105,6 @@ public function testLegacyCamelizedAttributesNormalize()
109
105
*/
110
106
public function testLegacyCamelizedAttributesDenormalize ()
111
107
{
112
- $ this ->iniSet ('error_reporting ' , -1 & ~E_USER_DEPRECATED );
113
-
114
108
$ obj = new PropertyCamelizedDummy ('dunglas.fr ' );
115
109
$ obj ->fooBar = 'les-tilleuls.coop ' ;
116
110
$ obj ->bar_foo = 'lostinthesupermarket.fr ' ;
You can’t perform that action at this time.
0 commit comments