Skip to content

Commit

Permalink
Update tests/FormattersTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Moshe Weitzman <[email protected]>
  • Loading branch information
greg-1-anderson and weitzman authored Mar 30, 2024
1 parent 05c71eb commit d2557c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FormattersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ function testTableWithMissingCell()
function testEmptyTable()
{
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
$this->markTestSkipped("Once again we are having spurrious failures on this test under Windows. In theory it should work.");
$this->markTestSkipped("Once again we are having spurious failures on this test under Windows. In theory it should work.");
}

$options = new FormatterOptions();
Expand Down

0 comments on commit d2557c1

Please sign in to comment.