diff --git a/test/ValueTest.php b/test/ValueTest.php index ce2e96b..e6298e8 100644 --- a/test/ValueTest.php +++ b/test/ValueTest.php @@ -406,10 +406,8 @@ public function testArrayMustContainDataElement(Generator $generator) */ public function testMarshalNilInStructWrappedInArray(Generator $generator) { - if (version_compare(phpversion(), '5.4', '>=')) { - // SimpleXMLElement don't understand NIL - $this->markTestIncomplete('Code to test is not compatible with PHP 5.4'); - } + // SimpleXMLElement don't understand NIL + $this->markTestIncomplete('Code to test is not compatible with PHP >5.4'); AbstractValue::setGenerator($generator); $expected = [['id' => '1', 'name' => 'vertebra, caudal', 'description' => null]];