Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
drop PHP 5.4 check
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Aug 12, 2015
1 parent 4c56b82 commit ef03544
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/ValueTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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]];
Expand Down

0 comments on commit ef03544

Please sign in to comment.