From 5e7cf2aacb35c5d0c60ebf3ae6bb3b902e9d9716 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Fri, 16 Feb 2018 16:47:11 +0100 Subject: [PATCH] Skip test on PHP < 7 --- tests/Validator/ValuesOfCorrectTypeTest.php | 3 +++ 1 file changed, 3 insertions(+) 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() {