Skip test on PHP < 7

This commit is contained in:
Daniel Tschinder 2018-02-16 16:47:11 +01:00
parent dc6e814de3
commit 5e7cf2aacb

View File

@ -1064,6 +1064,9 @@ class ValuesOfCorrectTypeTest extends TestCase
/** /**
* @it Partial object, unknown field arg * @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() public function testPartialObjectUnknownFieldArg()
{ {