Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Nov 29, 2024
1 parent 6921e4e commit ce7ef8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SpreadCompatXlsxTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function testOpenSpoutCanWriteXlsx()
$props = SpreadCompat::excelProperties($tmpFile);

// this does not seem to work with older open spout version but it's fairly minor
$result = PHP_VERSION_ID > 80100 ? "test" : "";
$result = PHP_VERSION_ID > 80199 ? "test" : "";
$this->assertEquals($result, $props['creator']);
$this->assertNotEquals("OpenSpout", $props['creator']);
}
Expand Down

0 comments on commit ce7ef8d

Please sign in to comment.