File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,9 @@ public function testConstructorDenormalizeWithMissingOptionalArgument()
209
209
210
210
public function testConstructorDenormalizeWithOptionalDefaultArgument ()
211
211
{
212
+ if (PHP_VERSION_ID <= 50316 ) {
213
+ $ this ->markTestSkipped ('See https://bugs.php.net/62715 ' );
214
+ }
212
215
$ obj = $ this ->normalizer ->denormalize (
213
216
array ('bar ' => 'test ' ),
214
217
__NAMESPACE__ .'\GetConstructorArgsWithDefaultValueDummy ' , 'any ' );
Original file line number Diff line number Diff line change @@ -157,6 +157,9 @@ public function testConstructorDenormalizeWithMissingOptionalArgument()
157
157
158
158
public function testConstructorDenormalizeWithOptionalDefaultArgument ()
159
159
{
160
+ if (PHP_VERSION_ID <= 50316 ) {
161
+ $ this ->markTestSkipped ('See https://bugs.php.net/62715 ' );
162
+ }
160
163
$ obj = $ this ->normalizer ->denormalize (
161
164
array ('bar ' => 'test ' ),
162
165
__NAMESPACE__ .'\ObjectConstructorArgsWithDefaultValueDummy ' , 'any ' );
You can’t perform that action at this time.
0 commit comments