Skip to content

Commit

Permalink
use the var
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Nov 29, 2024
1 parent f0edc75 commit 6921e4e
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 @@ -87,7 +87,7 @@ public function testOpenSpoutCanWriteXlsx()

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

Expand Down

0 comments on commit 6921e4e

Please sign in to comment.