Skip to content

Commit 5e7cf2a

Browse files
committed
Skip test on PHP < 7
1 parent dc6e814 commit 5e7cf2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Validator/ValuesOfCorrectTypeTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,9 @@ public function testPartialObjectInvalidFieldType()
10641064

10651065
/**
10661066
* @it Partial object, unknown field arg
1067+
*
1068+
* The sorting of equal elements has changed so that the test fails on php < 7
1069+
* @requires PHP 7.0
10671070
*/
10681071
public function testPartialObjectUnknownFieldArg()
10691072
{

0 commit comments

Comments
 (0)