diff --git a/tests/Validator/ValuesOfCorrectTypeTest.php b/tests/Validator/ValuesOfCorrectTypeTest.php index 322d984..7240f99 100644 --- a/tests/Validator/ValuesOfCorrectTypeTest.php +++ b/tests/Validator/ValuesOfCorrectTypeTest.php @@ -1064,6 +1064,9 @@ class ValuesOfCorrectTypeTest extends TestCase /** * @it Partial object, unknown field arg + * + * The sorting of equal elements has changed so that the test fails on php < 7 + * @requires PHP 7.0 */ public function testPartialObjectUnknownFieldArg() {