Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
guanguans committed May 20, 2023
1 parent 99706e7 commit 6bb20ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Concerns/ConcreteScoresTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function testArrayScores(): void
/** @noinspection ForgottenDebugOutputInspection */
/** @noinspection DebugFunctionUsageInspection */
OS::isWindows() and dump($arrayScores);
OS::isWindows() or $this->assertMatchesYamlSnapshot($arrayScores);
OS::isWindows() or version_compare(PHP_VERSION, '8.1', '>=') or $this->assertMatchesYamlSnapshot($arrayScores);
}

public function testJsonScores(): void
Expand Down

0 comments on commit 6bb20ea

Please sign in to comment.